creating matrix by iteration 2
古いコメントを表示
Hi Everyone how are You? Can U help with this PLEASE: n=4 for i=1:n s=i if s == 3 for k =1:2 A(i,1) =s A(s+1,1)=s end else A(i,1) =s end end I want like this result: A=[1;2;3;3;4]. which if s == 3 it should be repeated 2 times in the matrix.
5 件のコメント
Azzi Abdelmalek
2014 年 8 月 9 日
Format correctly your code
Akmyrat
2014 年 8 月 9 日
Azzi Abdelmalek
2014 年 8 月 9 日
Is this a homework?
Akmyrat
2014 年 8 月 9 日
Jan
2014 年 8 月 10 日
@Akmyrat: This is a final project? And you solve it by asking a public forum? Impressing.
採用された回答
その他の回答 (1 件)
Roger Stafford
2014 年 8 月 9 日
A = floor((15:8:47)'/10);
カテゴリ
ヘルプ センター および 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!