フィルターのクリア

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 Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by