Differentiate 1*300 vector array

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
KALYAN ACHARJYA am 21 Nov. 2019
Bearbeitet: KALYAN ACHARJYA am 21 Nov. 2019

0 Stimmen

diff
data=rand(300,1);
result=diff(data)

6 Kommentare

OYH
OYH am 21 Nov. 2019
I'm afraid it doesn't work that way. I've tried that way, but didn't work.
KALYAN ACHARJYA
KALYAN ACHARJYA am 21 Nov. 2019
Bearbeitet: KALYAN ACHARJYA am 21 Nov. 2019
Can you share the column vector or any sample data?
12.png
OYH
OYH am 21 Nov. 2019
Screen Shot 2019-11-21 at 10.50.00.pngThis is the column vector
OYH
OYH am 21 Nov. 2019
Screen Shot 2019-11-21 at 10.50.20.png
And this is the plot of that
please share the following from command window
>>whos column_vector_name
OYH
OYH am 22 Nov. 2019
I finally solved problem, thanks for help

Melden Sie sich an, um zu kommentieren.

Kategorien

Gefragt:

OYH
am 21 Nov. 2019

Kommentiert:

OYH
am 22 Nov. 2019

Community Treasure Hunt

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

Start Hunting!

Translated by