Statistics
RANK
2,688
of 295,495
REPUTATION
22
CONTRIBUTIONS
0 Questions
42 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
3
RANK
2,829 of 20,240
REPUTATION
582
AVERAGE RATING
2.80
CONTRIBUTIONS
3 Files
DOWNLOADS
89
ALL TIME DOWNLOADS
5448
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
How to obtain a bode plot from a Power Electronics Circuit in Simulink
Hi Alvaro, You are on the right track of using frequency response estimation for such swithing systems. However, the experiment...
3 months ago | 0
How can I set linewidth directly in bode command?
Hello Byungkeuk, Here is an example script to demonstrate how you can adjust the linewidth of a bode plot. sys = tf([4, 1], [0...
5 months ago | 0
model of the ADRC order for the GSAP.
Hi Tarik, One option if you do not have the model order readily available, is to do plant I/O experiments to determine the natu...
7 months ago | 0
I am facing problem when I am using frequency analyzer in Simulink.
Hi Yojan, I recommend ensuring that the sample time of the input signal matches that of the signals marked as the linear analy...
10 months ago | 0
% conv in Closed-Loop PID Autotuner
Hi Simone, Thank you very much for posting about this issue. The development team is aware about this for the sinestream signal...
11 months ago | 0
| accepted
Error using place (line 78) The "place" command cannot place poles with multiplicity greater than rank(B). what is this error?
Hi Mani, This is not a bug, this is a limitation as spelled out in the error message. You cannot specify pole locations with mu...
1 year ago | 0
Control for a Delayed inverted pendulum
Hi James, From the image you provide it looks like the system is underactuated with just a reference for the pendulum angle? It...
1 year ago | 0
the open loop transfer function of a unity feedback system is K/(s*(s+2)*(s+3) ) it is desired that the damping ratio is equal to 0.6 and that the steady state error is not more then 0.3 . Design a suitable compensator to meet the specifications
Hi Meet, You can use the Control System Designer app to tune your feedback compensators for the desired time domain requirement...
3 years ago | 0
Is there a way to know the PID gain value used in the controller with input and output data ?
Hi Junsang, You can do just this using the parameter estimation app in Simulink Design Optimization with measured data. PLease ...
3 years ago | 0
Step response of a closed-loop system
Hi Alexander, The difference in the responses are introduced by how you have constructed the closed loop transfer function in M...
3 years ago | 0
Using linear analysis advisor; I get an error java.lang.NoClassDefFoundError: Could not initialize class com.teamdev.jxbrowser.chromium.BrowserContext.
Hi David, This might have something to do with setup. Please contact technical support to debug this issue. Sid
3 years ago | 0
How can i linearize a nonlinear equation using simulink?
Hi Joao, From the error message it looks like you are running into linearization issues with your Simulink model with the retur...
3 years ago | 0
what toolboxes are required to simulate and tune PMSM FOC control loop and motor? I am using NXP MCT libraries.
Hi Sam, Are you using this NXP support package from file exchnage as in the link you provided? It would make sense to ask the a...
4 years ago | 0
control Linear analysis error due to sample rater?
Hi TarikTech, This most probably seems to be an issue with a sample time mismatch at the linear analysis IO points. Please make...
4 years ago | 0
how to design a PI controller to control the temperature and humidity of the greenhouse ?
Hi Luu, It would be good to start with the MATLAB documentation to see how you can use PID controllers in general and then look...
4 years ago | 0
How to show frequencies on Nichols plot in SISO Simulink control design
Hi Bentolila, You can use the Control System Designer to plot the nyquist plot with the grid for your system under consideratio...
4 years ago | 0
S-Spline Trajectory
Hi Mehmet, What specific issue are you facing by using the 'From Workspace' block? There are several ways you can load refere...
4 years ago | 0
What is the type of PID controller in MATLAB, position or velocity form?
Hi Mustafa, The implementation we have in the MATLAB and SImulink are the standard and ideal forms of the PID which is user sel...
4 years ago | 0
How to programmatically tune this closed loop system with desired response time and robustness?
Hi Jack, You can do the list of actions you mentioned by using the pid, pidtuneOptions, pidtune functions. As an example, using...
4 years ago | 1
| accepted
Temperature control with inertia
Hi Julian, If you do not have a good understanding or a prespective of the system dynamics to model it in Simulink, you can use...
4 years ago | 0
if I have an ECU that has an existing program on it, how can I upoload that program back to a MathWorks product to view and modify it? what products would I need?
Hi John, It would be best to contact technical support at Mathworks so that they can channel you to the right people to get you...
4 years ago | 0
i am looking for simulink model of " Maximum Power Point Tracker of a Wind Generator Based on The Flatness-Based Control" could anyone help me
Hi Yacine, You can model the system from the equations in the paper or reach out to the authors directly to see if they have an...
4 years ago | 0
Mathematical modelling, control law estimation & engineering simulation !
Hi SS, You can import CAD models using Simscape Multibody toolbox to create a representation in Simulink then develop your cont...
4 years ago | 0
Assign Dynamic Stiffness and Damping to variables
Hi Sarnab, Have you tried using the look up table block to do this? https://www.mathworks.com/help/simulink/slref/ndlookuptable...
4 years ago | 0
Frequency response estimation take too long time - couple of hours?
Hi Jian, Frequency response estimation can be slow especially if you are using sinestream perturbation signals for power electr...
4 years ago | 0
Are there products for marine applications that are similar to aerospace applications?
Hi Kendric, No we do not have a toolbox specifically for marine applications. But you should be able to start modelling you sys...
4 years ago | 1
| accepted
controlador PID simple, donde un controlador regula solo el ángulo de inclinación del vehículo y otro controlador controla la masa de lastre de forma independiente
Hi Victoria, Please look at this documentation to get started on designing PID controllers: https://www.mathworks.com/help/con...
4 years ago | 0
Linear Analyzer: PID + Valve with delay
Hi Rajesh, From the screenshot it looks like the linear analysis points have been set up incorrectly. The open loop output shou...
4 years ago | 0
MATLAB script PID compensator not reciprocating result in simulink model
Hi Flnnian, I looked at your model of the ball and the beam system in Simulink. It looks like you have implemented the non-line...
4 years ago | 0
Control Design - Frequency Estimation - Frequency Response of a Boost Converter
Hi Rushi, These parameters for estimation depend on your particular application. You can specify frequencies between which you ...
4 years ago | 0