Feeds
提问
Plotting with experimental data
Hi, I have 3 columns, time(in s), output(in V), input(in V) respectively, where by using iddata, is it correct for me to determ...
9 years 前 | 2 个回答 | 0
2
个回答提问
Nyquist plot from experimental data
I'm trying to make a Nyquist diagram based on experimental data obtained with frequency,output,input respectively as attached in...
9 years 前 | 1 个回答 | 0
1
个回答提问
How do i plot nyquist from experiment data values
From the code in this page https://www.mathworks.com/help/control/ref/nyquist.html if true % load iddata2 z2; sys_p =...
9 years 前 | 1 个回答 | 0
1
个回答提问
How to linearize a close loop system in Simulink?
How do I get a close loop output and input in order for me to add a linearize I/O from the bode parameters in simulink ? I se...
9 years 前 | 0 个回答 | 0
0
个回答提问
Error in code for MATlab
clear all syms s w G = 1/((s)*(s+1)*(s+2)); %transfer function G_w = subs(G,s,j*w); W= [-1000:0.1:1000]; %[m...
9 years 前 | 1 个回答 | 0
1
个回答提问
Is there any method that can deal with any network stability in MATLAB ?
I'm currently facing some problem with identifying whether a system is stable. So far i tried using pzmap to locate the poles ...
9 years 前 | 0 个回答 | 0
