Feeds
提问
Extract values from a matrix using a for loop
I am trying to get a 3x20 matrix populated with the eigenvalues from the eig function. The first values are populated in the ma...
7 years 前 | 1 个回答 | 0
1
个回答提问
For loop for roots function
How do I create a for loop for the roots function? Here is a hypothetical data set: x=[1:10:120] for i=1:12 a(i) =...
7 years 前 | 1 个回答 | 0
