Azzera filtri
Azzera filtri

Why i got this error?

1 visualizzazione (ultimi 30 giorni)
Mostafa Kassoum
Mostafa Kassoum il 13 Ago 2023
Commentato: Walter Roberson il 14 Ago 2023
Unrecognized function or variable 'sqrmesh'.
Error in MainFunction (line 6)
[node,elem] = sqrmesh([-1,1,-1,1],h);

Risposte (1)

Walter Roberson
Walter Roberson il 14 Ago 2023
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 Commenti
Mostafa Kassoum
Mostafa Kassoum il 14 Ago 2023
I have written as "squaremesh"
Walter Roberson
Walter Roberson il 14 Ago 2023
If you coded a call to sqrmesh() but you defined squaremesh() then MATLAB will not guess that sqrmesh() should refer to squaremesh()

Accedi per commentare.

Categorie

Scopri di più su Get Started with MATLAB in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by