How to create a matrix of data points
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!