Output argument "dl1" (and maybe others) not assigned during call to "decsg".
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Kaveh Gharibi
el 7 de Oct. de 2016
Comentada: jiye zhou
el 26 de Abr. de 2022
Hi, What is this error ? I get it when I use PDE tool box. Thank you.
0 comentarios
Respuesta aceptada
Walter Roberson
el 8 de Oct. de 2016
Editada: Walter Roberson
el 8 de Oct. de 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 comentarios
jiye zhou
el 26 de Abr. de 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'
Más respuestas (1)
Stalin Samuel
el 7 de Oct. de 2016
States that the function "decsg" has output argument "dl1" .But while executing the function no value is passed to the output variable
2 comentarios
Stalin Samuel
el 8 de Oct. de 2016
Editada: Stalin Samuel
el 8 de Oct. de 2016
- Type "edit decsg.m" in command window and hit enter
- You can see the source code of decsg function
Ver también
Categorías
Más información sobre Geometry and Mesh en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!