필터 지우기
필터 지우기

Why i got this error?

조회 수: 1 (최근 30일)
Mostafa Kassoum
Mostafa Kassoum 2023년 8월 13일
댓글: Walter Roberson 2023년 8월 14일
Unrecognized function or variable 'sqrmesh'.
Error in MainFunction (line 6)
[node,elem] = sqrmesh([-1,1,-1,1],h);

답변 (1개)

Walter Roberson
Walter Roberson 2023년 8월 14일
The only reference I can see on the Internet to "sqrmesh" is in a part number for an Australian bee-keeping suit.
You will need to write your own sqrmesh function, or find one that someone else has written
  댓글 수: 2
Mostafa Kassoum
Mostafa Kassoum 2023년 8월 14일
I have written as "squaremesh"
Walter Roberson
Walter Roberson 2023년 8월 14일
If you coded a call to sqrmesh() but you defined squaremesh() then MATLAB will not guess that sqrmesh() should refer to squaremesh()

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by