Why i got this error?

Unrecognized function or variable 'sqrmesh'.
Error in MainFunction (line 6)
[node,elem] = sqrmesh([-1,1,-1,1],h);

Respuestas (1)

Walter Roberson
Walter Roberson el 14 de Ag. de 2023

0 votos

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 comentarios

Mostafa Kassoum
Mostafa Kassoum el 14 de Ag. de 2023
I have written as "squaremesh"
Walter Roberson
Walter Roberson el 14 de Ag. de 2023
If you coded a call to sqrmesh() but you defined squaremesh() then MATLAB will not guess that sqrmesh() should refer to squaremesh()

Iniciar sesión para comentar.

Categorías

Más información sobre Get Started with MATLAB en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 13 de Ag. de 2023

Comentada:

el 14 de Ag. de 2023

Community Treasure Hunt

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

Start Hunting!

Translated by