Is there a limit to number of output arguments while calling a function?
10 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ashutosh
am 25 Aug. 2013
Kommentiert: Ankan Biswas
am 21 Jan. 2018
As I increased the number of output variables I get an error. Is there a solution to this?
0 Kommentare
Akzeptierte Antwort
the cyclist
am 25 Aug. 2013
Bearbeitet: the cyclist
am 25 Aug. 2013
When you called the function, you have 6 output variables in the list, but inside the function itself you only list 5 output variables. That is the source of the error, not that you have too many in general. There needs to be a one-to-one correspondence in those two lists.
3 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!