Output argument "dl1" (and maybe others) not assigned during call to "decsg".
6 次查看(过去 30 天)
显示 更早的评论
Hi, What is this error ? I get it when I use PDE tool box. Thank you.
0 个评论
采纳的回答
Walter Roberson
2016-10-8
编辑:Walter Roberson
2016-10-8
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 个评论
jiye zhou
2022-4-26
what do you mean the 'fuzz', is it a variable or not? cause when I open the decsg function i couldn't find 'fuzz'
更多回答(1 个)
Stalin Samuel
2016-10-7
States that the function "decsg" has output argument "dl1" .But while executing the function no value is passed to the output variable
2 个评论
Stalin Samuel
2016-10-8
编辑:Stalin Samuel
2016-10-8
- Type "edit decsg.m" in command window and hit enter
- You can see the source code of decsg function
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Geometry and Mesh 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!