how do you define a matrix and its variable
Afficher commentaires plus anciens
I want to create a matrix , by i * j, in matlab, and then let matlab run this. I need to tell matlab what is i and what is j before i define the matrix, right? Then when I define the matrix, can I write aMatrix = [i, j]?
I know how to do matrix like: aMatrix = [1 3 7 ; 5 6 7], but now I want to know how to make a general matrix by giving i and j in matlab.
Réponses (1)
4 commentaires
Wenchen Liu
le 15 Nov 2021
Wenchen Liu
le 15 Nov 2021
Adam Danz
le 15 Nov 2021
Yes, just like in my demo.
Catégories
En savoir plus sur Creating and Concatenating Matrices 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!