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...
8년 초과 전 | 답변 수: 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...
8년 초과 전 | 답변 수: 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 =...
8년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 0 | 0
