已回答 Can I find nonnegative eigenvalues using eigs
Yes it is. At least if its a symmetric matrix. Else you can only get n-2 eigenvalues, where (n,n) is the size of the matrix. Jus...
11 years 前 | 0
已回答 plotting a 1*1 matrix
If your data is from simulink, it's probably a structure with time. To plot your data you have to do:
plot(current.time,cur...