How can I do extrapolation so that the steady state value if 63% ?

조회 수: 1 (최근 30일)
mariam alshamsi
mariam alshamsi 2020년 10월 25일
편집: Shubham Rawat 2020년 10월 28일
ch1 =xlsread("lab6.xlsx");
time = ch1(:,1);
voltage = ch1 (:,2);
plot (time,voltage)
xlabel('time (s)')
ylabel('voltage (V)')
  댓글 수: 1
dpb
dpb 2020년 10월 25일
Since this is clearly schoolwork given file title it isn't fair to just solve the problem and do your work for you...
What you think would be the way to approach the question? Then how would you think be way to do that in Matlab?
When get stuck on an actual ML Q? in implementing the solution, ask for specific help there...

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

답변 (1개)

Shubham Rawat
Shubham Rawat 2020년 10월 28일
편집: Shubham Rawat 2020년 10월 28일
Hi Mariam,
You may refer to the extrapolation MATLAB documentaion page for this query.

카테고리

Help CenterFile Exchange에서 Numerical Integration and Differentiation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by