creating matrix by iteration 2
Afficher commentaires plus anciens
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 commentaires
Azzi Abdelmalek
le 9 Août 2014
Format correctly your code
Akmyrat
le 9 Août 2014
Azzi Abdelmalek
le 9 Août 2014
Is this a homework?
Akmyrat
le 9 Août 2014
Jan
le 10 Août 2014
@Akmyrat: This is a final project? And you solve it by asking a public forum? Impressing.
Réponse acceptée
Plus de réponses (1)
Roger Stafford
le 9 Août 2014
A = floor((15:8:47)'/10);
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!