- #1
Suvadip
- 74
- 0
r=zeros(1,6);
r(1,2:4)=2;
r(1,5)= -
rfor the above program,
I want the output as
r=
0 2 2 2 - 0
how to do this in matlab? please help
r(1,2:4)=2;
r(1,5)= -
rfor the above program,
I want the output as
r=
0 2 2 2 - 0
how to do this in matlab? please help