文字列と数字の組み合わせをfor文でループさせる
Show older comments
matlab初心者です。初歩中の初歩の質問で申し訳ございません。
for文で変数の繰り返しを行いたいのですが、うまく行きません。
例えば、下記のx1とある変数だけをx1(:,j)、x2(:,j)、x3(:,j)・・・というように
ループさせるにはどうすれば良いでしょうか。ご回答の程宜しくお願い致します。
例)K = x1(:,j);
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB 入門 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!