I am writing a FEM Matlab code and getting a parched error....
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
1xn_dash=N1(dash)*x1+N2(dash)*x2+N3(dash)*x3;
Parched error in this line. Anyone help please??
0 Commenti
Risposta accettata
KSSV
il 27 Set 2018
xn_dash=N1(dash)*x1+N2(dash)*x2+N3(dash)*x3;
The variable name should not start with a number.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!