How to create a matrix of data points
Show older comments
I want to make a 3x3 matrix of cartesian data points (x,y) such that the matrix would have the form of
A = [(0,0) (0,1) (0,2); (1,0) (1,1) (1,2); (2,0) (2,1) (2,2)]
What would be the syntax to make this possible because right now I keep getting stuck with a 3x6 matrix when I try to implement it?
Accepted Answer
More Answers (0)
Categories
Find more on Logical in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!