is it possible to pass an array into a function?
古いコメントを表示
is it possible to pass an array into a function?
1 件のコメント
Stephen23
2015 年 4 月 25 日
Yes, because all variables are arrays in MATLAB: even scalar values are just 1x1 arrays, so there is absolutely no difference in how they get passed to functions. The only difference is if the function algorithm is written to work with them!
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および 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!