Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 6 de Mzo. de 2012
0 votos
There is no MATLAB command for getting a matrix of a known size. You can program it through repeated calls to input()
Categorías
Más información sobre Resizing and Reshaping Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!