Differentiate 1*300 vector array
Ältere Kommentare anzeigen
Hello,
I have an column vector array where the structure is 1,300.
This vector array creates X coordinates, which draws curves if I plot it which is differentiable.
I want to differentiate this, but don't know how to do it.
Really appreciate if someone lets me know.
Antworten (1)
KALYAN ACHARJYA
am 21 Nov. 2019
Bearbeitet: KALYAN ACHARJYA
am 21 Nov. 2019
diff
data=rand(300,1);
result=diff(data)
6 Kommentare
OYH
am 21 Nov. 2019
KALYAN ACHARJYA
am 21 Nov. 2019
Bearbeitet: KALYAN ACHARJYA
am 21 Nov. 2019
Can you share the column vector or any sample data?

OYH
am 21 Nov. 2019
OYH
am 21 Nov. 2019
KALYAN ACHARJYA
am 21 Nov. 2019
please share the following from command window
>>whos column_vector_name
OYH
am 22 Nov. 2019
Kategorien
Mehr zu Multidimensional Arrays finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

