Why am I getting index must be positive integer or local error?

2 vues (au cours des 30 derniers jours)
Krish Desai
Krish Desai le 24 Mar 2016
for ind=0:1920
U=3*ind+linspace(1,3,3);
k= PHI_disp_RBME_ModePlot_N(ind);
r=xlocs_full(ind);
end
i=sqrt(-1);
displ=U*exp(i*(k*r));
disp(displ);
Error is for line 6(k=PHI...)

Réponse acceptée

Image Analyst
Image Analyst le 24 Mar 2016

Plus de réponses (0)

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by