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.
Mostra commenti meno recenti
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)
Star Strider
il 4 Lug 2022
0 voti
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.
Categorie
Scopri di più su Classical Control Design in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!