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.
답변 (1개)
KALYAN ACHARJYA
2019년 11월 21일
편집: KALYAN ACHARJYA
2019년 11월 21일
diff
data=rand(300,1);
result=diff(data)
댓글 수: 6
OYH
2019년 11월 21일
KALYAN ACHARJYA
2019년 11월 21일
편집: KALYAN ACHARJYA
2019년 11월 21일
Can you share the column vector or any sample data?

OYH
2019년 11월 21일
OYH
2019년 11월 21일
KALYAN ACHARJYA
2019년 11월 21일
please share the following from command window
>>whos column_vector_name
OYH
2019년 11월 22일
카테고리
도움말 센터 및 File Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

