A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

presque 9 ans il y a

Réponse apportée
How to set sample time in the PID-tuner
PID Tuner automatically assumes controller sample time is equal to the sample time of the plant. So if you want to change the sa...

environ 9 ans il y a | 0

Réponse apportée
Change style of a bodeplot with many plots
Hello Martin, This is not supported at the moment. Have you taken a look at answers to similar questions, this one for example:...

environ 9 ans il y a | 0

Réponse apportée
Resonance frequency from bode and damp do not agree. Matlab bug or user fault?
The formula for computing resonant frequency as a function of a natural frequency that you used is only valid for 2nd order syst...

environ 9 ans il y a | 1

Réponse apportée
linear analysis in triggered subsystem
Take a look <https://www.mathworks.com/help/slcontrol/ug/event-based-subsystems-externally-scheduled-subsystems.html here> and <...

environ 9 ans il y a | 0

Réponse apportée
Closed Loop MIMO System with Interaction?
Take a look at <https://www.mathworks.com/help/control/examples/connecting-models.html this example> , and <https://www.mathwork...

environ 9 ans il y a | 0

Réponse apportée
How do we model and design a controller for a machine has no mathematical model? whats the best way ?
You can follow the workflow described <https://www.mathworks.com/help/control/getstart/interactively-estimate-plant-parameters-f...

environ 9 ans il y a | 0

| A accepté

Réponse apportée
What is the tuning method used in PID tuner apps (SIMULINK)?
PID Tuner app uses proprietary tuning algorithm developed by MathWorks. More details in the <https://www.mathworks.com/help/slco...

environ 9 ans il y a | 0

Réponse apportée
can i use the simulink linear analysis tool to do the analysis of a Permanent Magnet Machine?
PID Tuner by default relies on exact linearization to obtain a linear representation of a Simulink model at a desired operating ...

environ 9 ans il y a | 0

Réponse apportée
what is the name of the method used in the pid tuner in matlab 2016 ?
PID Tuner app uses proprietary tuning algorithm developed by MathWorks. More details in <https://www.mathworks.com/help/control...

environ 9 ans il y a | 0

Réponse apportée
When using the app Model Reducer, what is the algorithm behind balanced truncation?
Take a look <https://www.mathworks.com/help/control/ref/balred.html here> , including the reference at the bottom of the page.

environ 9 ans il y a | 0

Réponse apportée
identifying continuous-time and discrete-time models using ident toolbox
Hi there, Please take a look at <https://www.mathworks.com/help/ident/examples/estimating-continuous-time-models-using-simuli...

environ 9 ans il y a | 0

Réponse apportée
Add the I/O linearization
Please see <https://www.mathworks.com/help/slcontrol/ug/specify-portion-of-model-to-linearize-in-simulink-model.html here> for h...

environ 9 ans il y a | 0

Réponse apportée
tfest Model Structure and Constraints
I briefly looked at your code, and saw that you have complex numbers as transfer function coefficients. Some of them are designa...

environ 9 ans il y a | 0

Réponse apportée
Customizing plot layout in LTI viewer
If you are Ok with doing it interactively from the menu, then click on Edit->Plot Configurations There you'll be able to set up...

environ 9 ans il y a | 0

Réponse apportée
step() giving a smooth curve for a discrete function
It seems you are getting tripped up by the fact that the code below results in two identical lines y1=step(H,x); y2=step...

environ 9 ans il y a | 1

Réponse apportée
how to plot response of quadratic state space model
I recommend simulating it with <https://www.mathworks.com/products/simulink.html Simulink> . If you'd rather do it from command ...

environ 9 ans il y a | 0

Réponse apportée
Matlab error in loading a project using SISO tool
Thanks for pointing this out. We are looking into it. I will post an update when a workaround becomes available.

plus de 9 ans il y a | 0

| A accepté

Réponse apportée
How to determine MPC warming-up time
What exactly do you mean by "mpc warm-up time"? Can you please elaborate?

plus de 9 ans il y a | 0

Réponse apportée
How to consider gravity in state-space models?
The gravity in this case is a constant disturbance that your compensator needs to reject. Because you know the gravity, you can ...

plus de 9 ans il y a | 1

Réponse apportée
How to reduce overshoot of output response in BLDC motor?
Look at the control request your controller is generating. The type of response you are getting might be due to the fact that th...

plus de 9 ans il y a | 0

Réponse apportée
Is the simulink really useful for the real system?
Hi, Your question and your comments are not very clear. What is it that you are failing to do? Are you unable to control your...

plus de 9 ans il y a | 0

Réponse apportée
How can i export datas on the bode plot in SIMULINK?
When you run the model with Bode Plot block, with "save data to workspace" enabled, you get a variable sys, or whatever name yo...

plus de 9 ans il y a | 0

| A accepté

Réponse apportée
Simulink model parameters optimization
For estimating parameters of Simulink model, I recommend using Simulink Design Optimization. Here is <https://www.mathworks.c...

plus de 9 ans il y a | 0

Réponse apportée
State-space for MISO in system identification toolbox
<https://www.mathworks.com/help/ident/examples/dealing-with-multi-variable-systems-identification-and-analysis.html This example...

plus de 9 ans il y a | 1

Réponse apportée
How can I import a Neural Network Simulink block into Linear Analysis Tool?
PID Tuner essentially requires a transfer function of the plant to design a PID Controller.For the neural net, I think your best...

plus de 9 ans il y a | 0

| A accepté

Réponse apportée
Why I do not have States or Inputs when using findop?
States comes from blocks such as integrators or transfer functions or state space systems. In a neural net I don't think you hav...

plus de 9 ans il y a | 0

Réponse apportée
Questions about BoostConverterExampleModel
Hi, Only average model would linearize. The detailed model includes high-frequency switching that is introducing discontinuit...

plus de 9 ans il y a | 0

Réponse apportée
Linearizing "Recursive Least Squares Estimator" Block
Why are you linearizing Recursive Least Squares Estimator block? This block outputs parameters and error, and takes output and r...

plus de 9 ans il y a | 0

| A accepté

Réponse apportée
How to fix this crazy error?
Hi, Simulink Control Design is not intended for tuning PID Controller when you model is in external mode, controlling the hardw...

plus de 9 ans il y a | 0

Charger plus