Is there a limit to number of output arguments while calling a function?
10 次查看(过去 30 天)
显示 更早的评论
As I increased the number of output variables I get an error. Is there a solution to this?
0 个评论
采纳的回答
the cyclist
2013-8-25
编辑:the cyclist
2013-8-25
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!