필터 지우기
필터 지우기

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

조회 수: 2 (최근 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 CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by