how can i subtract the elements in a coloumn ?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
farfar
am 13 Okt. 2017
Bearbeitet: Jan
am 13 Okt. 2017
hello
for example, I have : a=[380 0;381 1;382 2;383 3;383 4;383 5;384 6]
I want to go into first column and do this : (381-380), (382-381), (383-382),
how can i do this in a loop or other ways? Thanks for i=1:length(a) b=a(i,1) ????? end
0 Kommentare
Akzeptierte Antwort
Siehe auch
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!