Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Index in position 2 exceeds array bounds (must not exceed 1).
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
i m getting this error please help me out sir
ee = eig(AA,BB);
[m,l]=max(imag(ee));
vv=ee(1:1:N-1,l);
ww=ee(N:1:2*N-2,l);
TT=ee(2*N-1:1:3*N-3,l);
Phip=ee(3*N-2:1:4*N-4,l);
1 Commento
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!