I am writing a FEM Matlab code and getting a parched error....

1 回表示 (過去 30 日間)
Virajan Verma
Virajan Verma 2018 年 9 月 27 日
コメント済み: Virajan Verma 2018 年 9 月 27 日
1xn_dash=N1(dash)*x1+N2(dash)*x2+N3(dash)*x3;
Parched error in this line. Anyone help please??

採用された回答

KSSV
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 ExchangeStartup and Shutdown についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by