Why i got this error?
显示 更早的评论
Unrecognized function or variable 'sqrmesh'.
Error in MainFunction (line 6)
[node,elem] = sqrmesh([-1,1,-1,1],h);
回答(1 个)
Walter Roberson
2023-8-14
0 个投票
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
2023-8-14
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()
类别
在 帮助中心 和 File Exchange 中查找有关 Get Started with MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!