how do you define a matrix and its variable
Ältere Kommentare anzeigen
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.
Antworten (1)
4 Kommentare
Wenchen Liu
am 15 Nov. 2021
Wenchen Liu
am 15 Nov. 2021
Adam Danz
am 15 Nov. 2021
Yes, just like in my demo.
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!