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.

10 visualizaciones (últimos 30 días)
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.

Respuestas (1)

Star Strider
Star Strider el 4 de Jul. de 2022
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.

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by