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 个评论

Format correctly your code
Ok let my try to explain...lets say iteration from i=1:4, i want to create like this matrix from this iteration, if a=2, i want number 2 appear twice in that matrix, C=[1 2 2 3 4], or example if a=3, number 3 should appear twice, C=[1 2 3 3 4]
Is this a homework?
not home work :) Azzi it is more important than homework...it is part of my Final Project,..:)
@Akmyrat: This is a final project? And you solve it by asking a public forum? Impressing.

请先登录,再进行评论。

类别

帮助中心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!

Translated by