Matrix Input
Mostra commenti meno recenti
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.
Risposta accettata
Più risposte (1)
Walter Roberson
il 6 Mar 2012
0 voti
There is no MATLAB command for getting a matrix of a known size. You can program it through repeated calls to input()
Categorie
Scopri di più su Resizing and Reshaping Matrices in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!