Filter löschen
Filter löschen

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

3 Ansichten (letzte 30 Tage)
mariam alshamsi
mariam alshamsi am 25 Okt. 2020
Bearbeitet: Shubham Rawat am 28 Okt. 2020
ch1 =xlsread("lab6.xlsx");
time = ch1(:,1);
voltage = ch1 (:,2);
plot (time,voltage)
xlabel('time (s)')
ylabel('voltage (V)')
  1 Kommentar
dpb
dpb am 25 Okt. 2020
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...

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Shubham Rawat
Shubham Rawat am 28 Okt. 2020
Bearbeitet: Shubham Rawat am 28 Okt. 2020
Hi Mariam,
You may refer to the extrapolation MATLAB documentaion page for this query.

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by