Is there a limit to number of output arguments while calling a function?

7 visualizaciones (últimos 30 días)
As I increased the number of output variables I get an error. Is there a solution to this?

Respuesta aceptada

the cyclist
the cyclist el 25 de Ag. de 2013
Editada: the cyclist el 25 de Ag. de 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 comentarios
Daniel Shub
Daniel Shub el 25 de Ag. de 2013
I am now curious if there is an upper limit.
Ankan Biswas
Ankan Biswas el 21 de En. de 2018
I think there is not. Need expert view on this.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by