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.

채택된 답변

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 CenterFile Exchange에서 Geometry and Mesh에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by