Output argument "dl1" (and maybe others) not assigned during call to "decsg".
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Kaveh Gharibi
le 7 Oct 2016
Commenté : jiye zhou
le 26 Avr 2022
Hi, What is this error ? I get it when I use PDE tool box. Thank you.
0 commentaires
Réponse acceptée
Walter Roberson
le 8 Oct 2016
Modifié(e) : Walter Roberson
le 8 Oct 2016
There is a bug in the code. If all regions evaluate to false, then the code assigns [] to three of the five outputs and returns, leaving the other two outputs undefined.
I will create a report about this.... created.
3 commentaires
jiye zhou
le 26 Avr 2022
what do you mean the 'fuzz', is it a variable or not? cause when I open the decsg function i couldn't find 'fuzz'
Plus de réponses (1)
Stalin Samuel
le 7 Oct 2016
States that the function "decsg" has output argument "dl1" .But while executing the function no value is passed to the output variable
2 commentaires
Stalin Samuel
le 8 Oct 2016
Modifié(e) : Stalin Samuel
le 8 Oct 2016
- Type "edit decsg.m" in command window and hit enter
- You can see the source code of decsg function
Voir également
Catégories
En savoir plus sur Geometry and Mesh dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!