Output argument "dl1" (and maybe others) not assigned during call to "decsg".

7 ビュー (過去 30 日間)
Kaveh Gharibi
Kaveh Gharibi 2016 年 10 月 7 日
コメント済み: jiye zhou 2022 年 4 月 26 日
Hi, What is this error ? I get it when I use PDE tool box. Thank you.

採用された回答

Walter Roberson
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 件のコメント
Kaveh Gharibi
Kaveh Gharibi 2016 年 10 月 8 日
Actually I found out that if you reduce “fuzz” in the “decsg” from 10000 to a lower value this error will be resolved. For my case I used 100.
jiye zhou
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
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 件のコメント
Kaveh Gharibi
Kaveh Gharibi 2016 年 10 月 7 日
Yes. I know that. But I don't know why nothing is aasigned to dl1.
Stalin Samuel
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 ExchangeGeometry and Mesh についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by