undefined function or variable 'th14'
古いコメントを表示
hi, i am new in matlab i have a problem with finding 'th14' can u help me please? it say * 'Undefined function or variable 'th14''. *
- for i=1:1:360
th12=i/deg;
tth12(i)=th12; % tth12(i) indicates the i‟th element of the array.
th14=-1*(atan((0.08*cos(th12)-0.18-0.05*cos(th14))/(0.08*sin(th12)-0.05*sin(th14))));
tth14(i)=th14;*
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Calculus についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!