How do I plot a curve in MATLAB and see its characteristics response like overshoot, settling time, etc using Voltage vs time graph from excel.

I need to see characteristics response like overshoot, t]settling time, rise time, etc. of voltage vs time. I am using Matlab for this purpose. I am trying to use sym() function for this purpose. But i need a transfer function for this and a time domain equation for that. how do I plot a graph in matlab from the data I have in excel. I have votage vs time data in excel.

Risposte (1)

Use readtable or readmatrix to import the data, then use the System Identification Toolbox functions, specifically iddata, ssest, and then step and stepinfo. That should give you the information you need.

Richiesto:

il 4 Lug 2022

Risposto:

il 4 Lug 2022

Community Treasure Hunt

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

Start Hunting!

Translated by