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

6 visualizzazioni (ultimi 30 giorni)
Hi, What is this error ? I get it when I use PDE tool box. Thank you.

Risposta accettata

Walter Roberson
Walter Roberson il 8 Ott 2016
Modificato: Walter Roberson il 8 Ott 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 Commenti
Kaveh Gharibi
Kaveh Gharibi il 8 Ott 2016
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 il 26 Apr 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'

Accedi per commentare.

Più risposte (1)

Stalin Samuel
Stalin Samuel il 7 Ott 2016
States that the function "decsg" has output argument "dl1" .But while executing the function no value is passed to the output variable
  2 Commenti
Kaveh Gharibi
Kaveh Gharibi il 7 Ott 2016
Yes. I know that. But I don't know why nothing is aasigned to dl1.
Stalin Samuel
Stalin Samuel il 8 Ott 2016
Modificato: Stalin Samuel il 8 Ott 2016
  • Type "edit decsg.m" in command window and hit enter
  • You can see the source code of decsg function

Accedi per commentare.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by