How to write a matrix with elements 10,30,10
Afficher commentaires plus anciens
M2=(10,30,10)
Réponses (1)
Use brackets
M2 = [10,30,10]
Catégories
En savoir plus sur MATLAB Coder 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!