質問


how to plot bode plot(frequency plot) in simulink ?
I have simulink model and i want to plot bode plot for output sensitivity . Normally output sensitivity measure from output ...

約11年 前 | 1 件の回答 | 0

1

回答

質問


how to plot output sensitivity graph in simulink
How to plot output sensitivity using simulink the equation of output sensitivity is So = 1 / (1+G*C) G is plat C ...

約11年 前 | 0 件の回答 | 0

0

回答

質問


how to shape sensitivity function for controller using matlab ?
Hello, I have some questions regarding sensitivity shaping? what is sensitivity shaping and how could i do it in matla...

約11年 前 | 0 件の回答 | 0

0

回答

質問


how to use lsim command in matlab ?
hello i want to use lsim command to plot graph for system , i have read help but not getting proper idea here is...

約11年 前 | 1 件の回答 | 0

1

回答

質問


how to create square matrix ?
i want to create square matrix but it is with at most 1 rows. Actually i am using Kalman filter command to create estimator ...

約11年 前 | 1 件の回答 | 0

1

回答

質問


How to design script in matlab for Simulink model
Hello I have implemented simulink model for LQG controller but to initialse model and calculate state feedback gain and kalm...

約11年 前 | 0 件の回答 | 0

0

回答

質問


getting error of matrix dimension
Hello Trying to use kalman command and getting error in designing of weighting matrix QN. i am getting following e...

約11年 前 | 1 件の回答 | 0

1

回答

質問


how to add white gaussian noise in controller design?
hello, i have a matlab script of LQG controller design and i want to add white gaussian noise in controller design how shoul...

約11年 前 | 0 件の回答 | 0

0

回答

質問


how to get square matrix?
hello i have controller design matlab script and i want to adjust a square matrix dimension of 11*11. ********************* ...

約11年 前 | 1 件の回答 | 0

1

回答

質問


Is there framework available for LQG controller in simulink or matlab ?
Hello, anyone is having framework for LQG controller in simulink or matlab ?

約11年 前 | 1 件の回答 | 0

1

回答

質問


how to convert discrete data to continuous data?
Hello I have discrete A,B,C,D system matrices, and i want to convert them in continuous , i have written a script for this but i...

約11年 前 | 1 件の回答 | 0

1

回答

質問


how to use workspace data and run the matlab ?
Hello I have mat file which contains data and i have written a matlab script. for example a= [1.021 -685.1 0 0;1 -0.5 0.0...

約11年 前 | 2 件の回答 | 0

2

回答

質問


How can I save my results from each iteration of a FOR loop?
Hello i am doing simulation in simulink and saving simulink scope results in array format. Given name as "error" In matlab s...

約11年 前 | 0 件の回答 | 0

0

回答

質問


how to plot results ?
Hello, I am running for loop and saving results from error to e1{1}.... for each iteration. but i want to plot the results...

約11年 前 | 1 件の回答 | 0

1

回答

質問


is this form of code is correct?
Hello, i have written some code for my simulation as following for i = 1:10 phi(i)= [phi num2str(i)](end) e...

約11年 前 | 1 件の回答 | 0

1

回答

質問


how should i implement equation in simulink ?
hello , how should i implement this in simulink ? i have phi_dot and w_dot equation that i can use integrator but i hav...

約11年 前 | 1 件の回答 | 0

1

回答

質問


How do I save Simlulink model to JPG or any other image formats?
How do I save Simlulink model to JPG or any other image formats?

約11年 前 | 4 件の回答 | 1

4

回答

質問


how to implement in simulink
Hello, how should i do following equations in simulink phi_dot = sin (phi)*K*F w _dot = -K*F*sin(phi) in these equ...

約11年 前 | 1 件の回答 | 0

1

回答

質問


how to implement following equations in simulink ?
hello how to implement following equations in simulink ... how to implement y_cap equation that contains summation ? ...

約11年 前 | 0 件の回答 | 0

0

回答

質問


want help about controller design
Hello, I am doing semester project on Active noise cancellation in cavity . For this i want to use Linear quadratic Gaussian...

約11年 前 | 2 件の回答 | 0

2

回答

質問


Any one is having Linear quadratic Gaussian control examples ?
Hello , Any one is having Linear quadratic Gaussian (LQG) controller theory and matlab examples ?

約11年 前 | 0 件の回答 | 0

0

回答

質問


is it possible to give different frequencies input for different time span in simulink ?
Hello, is it possible to give different frequencies for different timespan in simulink ? for example my input is F(t) = co...

約11年 前 | 1 件の回答 | 0

1

回答

質問


how to add feedback in matlab ?
hello I want to add feedback in code, means output is feeding back to input , how should i do this ? i am plotting output b...

約11年 前 | 1 件の回答 | 0

1

回答

質問


how should I add output of both oscillator and plot it?
hello , i am trying to implement multiple oscillators and simulating. how should I add output of both oscillator and plot i...

約11年 前 | 1 件の回答 | 0

1

回答

質問


can i use more than 1 function in same m. file ? because i want to use multiple function for adapting frequency
Hello i want to simulate using multiple oscillators. following figure is showing what i want to do .. <<http://img62....

約11年 前 | 2 件の回答 | 0

2

回答

質問


why i am getting weird results when giving input as a chirp signal ?
Hello, I am doing simulation with chirp signal. I am giving chirp signal as an external input to adaptive hopf oscillator. ...

約11年 前 | 0 件の回答 | 0

0

回答

質問


how should i do adaptive tuning of parameter gain "K " mention in the function ?
Hello, I want to do adaptive tuning of gain K in the following code. At the starting time of tspan K should be more and at the e...

約11年 前 | 1 件の回答 | 0

1

回答

質問


How to plot frequency error ?
I am giving input signal as a chirp with time varying frequencies. i want to plot frequency error of input signal frequency and ...

約11年 前 | 0 件の回答 | 0

0

回答

質問


linear chirp signal generation ?
hello i don't want to use chirp inbuilt function and i have written a code for chirp. could any one tell me is the code is corre...

約11年 前 | 4 件の回答 | 0

4

回答

質問


how to implement ordinary differential equation in Simulink ?
I have three coupled ordinary differential equation and i want to implement it in a Simulink . can anyone tell me how should i d...

約11年 前 | 1 件の回答 | 0

1

回答

さらに読み込む