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!