필터 지우기
필터 지우기

Finding of Previous Values From Derivatives

조회 수: 3 (최근 30일)
Volkan Yangin
Volkan Yangin 2015년 12월 31일
답변: Sean de Wolski 2015년 12월 31일
Hi everybody. I have derivative values of any data which calculated by mathematical equations and i want to find the previous values from derivatives. How can i get these values?
Thanks
Qnun_turevi_volkan=[1,5 4,71 7,86 11,01 14,15] %derivatives of Q values dQ/dteta
teta=[0 0,01 0,02 0,03 0,04]
  댓글 수: 2
Sean de Wolski
Sean de Wolski 2015년 12월 31일
What kind of difference is it? And do you have the constant value to add to the derivative?
Volkan Yangin
Volkan Yangin 2015년 12월 31일
Derivative matrix have 1 missing values from the original matrix. I have no constant value. This derivative matrix (Qnun_turevi_volkan) is like a matrix which calculated by diff command.

댓글을 달려면 로그인하십시오.

답변 (1개)

Sean de Wolski
Sean de Wolski 2015년 12월 31일
cumsum(Qnun_turevi_volkan) + c

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by