how do you define a matrix and its variable
Show older comments
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.
Answers (1)
4 Comments
Wenchen Liu
on 15 Nov 2021
Wenchen Liu
on 15 Nov 2021
Adam Danz
on 15 Nov 2021
Yes, just like in my demo.
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!