Matrix Method for Analysis of Trusses

4 ビュー (過去 30 日間)
Sumin Kang
Sumin Kang 2019 年 4 月 3 日
This is what I currently have and I keep getting an error saying the following.
>> autograder
Index exceeds the number of array elements (1).
Error in aero215_project_kang (line 114)
sigma(i) = (E(i)/length(i)).*dot(change_in_u,unit_vectors(i,:));
Error in autograder (line 64)
[u, F, sigma] = aero215_project_kang(nodetable, connecttable, dof);
so I assume, Error in autograder file comes from the code and I just don't get what it means by index exceeds the number of array elements(1) and where this program is caused.

回答 (0 件)

カテゴリ

Help Center および File ExchangeStructural Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by