How to create a matrix of data points
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!