Answered 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...
12 years ago | 0
Answered 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...