How to write a matrix with elements 10,30,10
Mostrar comentarios más antiguos
M2=(10,30,10)
Respuestas (1)
Use brackets
M2 = [10,30,10]
Categorías
Más información sobre MATLAB Coder 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!