Feeds
提问
Nested loops- not entering the second loop?
m=2; n=16; A = zeros(m*n,m*n); b = zeros(m*n,1); %interior points for i=2:n-1 disp('first loop:'); disp(i); ...
4 years 前 | 0 个回答 | 0
0
个回答提问
Error with find(X) statement
I'm trying to run a simple calculation to find the non-trivial columns of a unitary matrix. All the unitaries in this case are o...
4 years 前 | 1 个回答 | 0
