how to show result in array

% a=[1 2 3 4];
a=[ 4 8 98 12 ];
s=0;
for i=1:3
s=s+s(i);
end
k=[s]
i want my result be like this %k=[0 1 2 3]
k=[0 4 8 98]
how to do it?

 Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 21 Nov 2013
Modificato: Azzi Abdelmalek il 21 Nov 2013
a=[1 2 3 4]
k=a-1

2 Commenti

xxx
xxx il 21 Nov 2013
Modificato: Azzi Abdelmalek il 21 Nov 2013
but a=[ 4 8 98 12 ] and i want that k=[0 4 8 98] that solution can not be answer for this one ((
a=[ 4 8 98 12 ]
k=[0 a(1:end-1)]

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Get Started with MATLAB in Centro assistenza e File Exchange

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by