multiple arguments in function
Show older comments
i want to define a function, where output arguments are around 2000, how can i do that.
function [u1, u2.....u2000]=train()
Accepted Answer
More Answers (1)
Image Analyst
on 14 Oct 2013
1 vote
Make the u's an array or structure and return that.
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!