Afficher commentaires plus anciens
I need to get a Matrix from input with known size. for example a 3*3 or 2*2 matrix. i could not do it with 'input'.
thank you.
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 6 Mar 2012
0 votes
There is no MATLAB command for getting a matrix of a known size. You can program it through repeated calls to input()
Catégories
En savoir plus sur Resizing and Reshaping Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!