I am writing a FEM Matlab code and getting a parched error....
1 回表示 (過去 30 日間)
古いコメントを表示
1xn_dash=N1(dash)*x1+N2(dash)*x2+N3(dash)*x3;
Parched error in this line. Anyone help please??
0 件のコメント
採用された回答
KSSV
2018 年 9 月 27 日
xn_dash=N1(dash)*x1+N2(dash)*x2+N3(dash)*x3;
The variable name should not start with a number.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!