How to insert Matrix?!
Mostrar comentarios más antiguos
Hello guys! I need to write a function and insert in the command window(not edit window) the matrixes. How should I write in function?
L=input('Please insert matrix L')
This should work? And then I have to concatenate two matrix. Please help!? And If this works.. how should I insert? like this: [0 5 .. etc ? ] Thank you!
1 comentario
Manu Manu
el 16 de Mzo. de 2014
Respuesta aceptada
Más respuestas (2)
Manu Manu
el 16 de Mzo. de 2014
0 votos
joginder pal singh
el 6 de En. de 2021
0 votos
L=input('Please insert matrix L\n')
Categorías
Más información sobre Creating and Concatenating 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!