I am writing a FEM Matlab code and getting a parched error....
2 次查看(过去 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!