Differentiate 1*300 vector array
조회 수: 7 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
답변 (1개)
KALYAN ACHARJYA
2019년 11월 21일
편집: KALYAN ACHARJYA
2019년 11월 21일
diff
data=rand(300,1);
result=diff(data)
댓글 수: 6
KALYAN ACHARJYA
2019년 11월 21일
please share the following from command window
>>whos column_vector_name
참고 항목
카테고리
Help Center 및 File Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


