Feeds
提问
eigenvectors are are wrong; yielding matrices
I am getting 2x2 matrices instead of vectors. % -dynamics of vibrational systems- %set variables k(1) = 24; k(...
11 years 前 | 2 个回答 | 0
2
个回答提问
Question about length function
What does length(X) return if X is an nxm matrix?
11 years 前 | 1 个回答 | 0
1
个回答提问
I want to create a 12x6 Matrix from six 12x1 eigenvectors; what's wrong with this code?
When I execute this code, instead of an intended 12x6 matrix "u" made from u(1), u(2), u(3), etc., I end up with a single 12x1 v...
11 years 前 | 1 个回答 | 0
1
个回答提问
Can someone explain where the values of the column vector z are coming from in this function?
This function is an ode45 solving a set of data from a separate script that calls up this function. However, I don't understand ...
11 years 前 | 1 个回答 | 0
