How to create a matrix of data points
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!