multiple arguments in function
古いコメントを表示
i want to define a function, where output arguments are around 2000, how can i do that.
function [u1, u2.....u2000]=train()
採用された回答
その他の回答 (1 件)
Image Analyst
2013 年 10 月 14 日
1 投票
Make the u's an array or structure and return that.
カテゴリ
ヘルプ センター および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!