How to create a gridded matrix with N equally spaced points?
Show older comments
I am trying to create a coordinate grid with equally spaced rows of N data points in the format of X and Y values.
How can I specify this in terms of maximum and minimum values ofX and Y values I want, so that I can create a table of points?
1 Comment
Stephen23
on 25 Jul 2017
doc colon
doc linspace
doc ndgrid
Accepted Answer
More Answers (0)
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!