function in a loop in matlab
2 ビュー (過去 30 日間)
古いコメントを表示
Hi!
how could i use a funktion in for loop in matlab.
as an exemple :
%
for i=1:4
[out1 out2]=function_name(input1,input2)
end
i want to get out1 and out2 after each i.
like this: OUTPUT1=[out1;out1;out1;out1]
OUTPUT2=[out2;out2;out2;out2]
thank you!
採用された回答
Image Analyst
2013 年 2 月 14 日
Your solution looks fine if out1 and out2 are row vectors, and OUTPUT1 and out1, and OUTPUT2 and out2 have the same number of columns. Did you have any other questions (otherwise you could have just deleted your question before anyone answered it if you solved it yourself)?
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!