Feeds
提问
Calling automatically created matrices
Using eval code I have created following matrices: A1 = [0;0] A2 = [1;1] A3 = [2;2] I want to call these matrices in a f...
11 years 前 | 2 个回答 | 0
2
个回答提问
Creating matrices automatically WITH FOR LOOP
Hi, Is there a way to create matrices automatically with for loop in Matlab? For example: For i=1:3 A(i)=[ i ; i+1 ]; ...
11 years 前 | 1 个回答 | 0