I am writing a FEM Matlab code and getting a parched error....
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Virajan Verma
el 27 de Sept. de 2018
Comentada: Virajan Verma
el 27 de Sept. de 2018
1xn_dash=N1(dash)*x1+N2(dash)*x2+N3(dash)*x3;
Parched error in this line. Anyone help please??
0 comentarios
Respuesta aceptada
KSSV
el 27 de Sept. de 2018
xn_dash=N1(dash)*x1+N2(dash)*x2+N3(dash)*x3;
The variable name should not start with a number.
Más respuestas (0)
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!