フィルターのクリア

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

1 回表示 (過去 30 日間)
Krish Desai
Krish Desai 2016 年 3 月 24 日
回答済み: Image Analyst 2016 年 3 月 24 日
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...)

採用された回答

Image Analyst
Image Analyst 2016 年 3 月 24 日

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by