Answered
What are the most frequently used Simulink blocks?
Hi Nick, Hard to find out this statistics. Intuition says that common blocks should include inport and outport blocks, Gain, Su...

4 years ago | 0

Answered
ert_main.c not generated
Hi Angelo, The option "Generate an example main program" in Code Generation of Configuration Parameters should be selected, see...

4 years ago | 0

Answered
What is the meaning of first two letters in MAAB guidelines ID?
Hi Manjit, Please read detail information of guideline template in the following link https://se.mathworks.com/help/simulink/m...

4 years ago | 0

Answered
How to change signal value at intermediate steps in Simulink?
Hi Luis, You could try include the sensor1 model in an enabled subsystem, https://www.mathworks.com/help/releases/R2019b/simu...

4 years ago | 0

Answered
Changing frequency of sine wave
Hi Pawel, This example might be useful to solve your question https://www.mathworks.com/help/releases/R2019b/comm/ug/fm-modula...

4 years ago | 0

Answered
How to make a biomass power plant using simulink?
Hi Jaypee, This is a very general question. The design of any industrial process is subject to several conditions, regulations,...

4 years ago | 0

Answered
I cannot open the scope in a simulink model.
Please be more specific with the workflow you are doing.

4 years ago | 0

Answered
How can i adjust the number of data point for plot?
Hi Hyungtae, Probably you would like to apply decimation when plotting the data? If so, open the Scope, then right-click on it ...

4 years ago | 0

Answered
Exportar código de Simulink a MATLAB
Hola Alejandro, No hay manera de convertir a código de MATLAB. Una solución intermedia es convertir el modelo Simulink a un blo...

4 years ago | 1

Answered
Using non reusable functions for referenced models
Hi Caroline, I suggest you work with atomic subsystems. With them, you will have the option of setting the function packaging t...

4 years ago | 0

Answered
How to use XY plot for an array in simulink
Hi Sreeman, How to you want to plot the data from the V vector? Half of the data in X and the other hald in Y? Note that your ...

4 years ago | 0

Answered
Is it possible to convert the whole Simulink model into a state space one?
Hi Dingyu, You first have to create the input vector(s) to your model and collect the simulation results or output vector(s). ...

4 years ago | 0

Answered
how can I design a controller for a plant that cannot be linearized
Hi Ali, Even if the dynamics equations are fine, some nonlinear systems are difficult or impossible to linearize. A possible wa...

4 years ago | 0

Answered
Configurate PID in simulink
Hi Zakaria, It is not clear to understand the result of the screenshot uploaded. it can be that the first output is the result ...

4 years ago | 0

Answered
Why model compilation takes more time for first compilation than subsequent?
Hi Jithu, The slprj folder contains information about workspace variables and build artifacts. If your Simulink model includes ...

4 years ago | 0

Answered
Can't plot Simlog
Hi Emre, Where exactly did you put this 4 lines of code? I guess it is a separate script that calls the model and the the plott...

4 years ago | 0

Answered
Requirements option not selectable
Hi Neil, Try first to go into the Word document, select the requirement summary you want to link to your model. Then, go to the...

4 years ago | 0

Answered
How to model in matlab and simulink
Hi Jesus, One way is to describe the system is using differential equation. Classical text book of dynamic systems can guide yo...

4 years ago | 1

Answered
Variant control variable initialization
Hi Cheyenne, Try to use the PreLoadFcn callback, which is executed before the model is loaded. The variable will be in the work...

4 years ago | 0

Answered
Can I generate a protected model with a different name to the base model
Hi Rohan, A possible way is first to create variant models, https://se.mathworks.com/help/simulink/slref/variantsubsystemvarian...

4 years ago | 0

Answered
Exponential terms in numerator and denominator in a Transfer Function
Hi Jacob, First please check that the transfer function is linear and time invariant. Most likely is not linear. For a system t...

4 years ago | 0

Answered
How do I download an older release of MATLAB as trial?
Hi Meinsen, Go to the following link https://se.mathworks.com/campaigns/products/trials.html where you can send a request fo...

4 years ago | 0

Answered
Plot ratio of 2 timeseries data on MATLAB
Hi Syed, If you want to divide two vectors, use ./ command instead of / command. This will do the division element-by-element....

4 years ago | 0

Answered
Simulink data inspector not opening
Hi Junaid, First, do right-click the selected signals you want to plot, and select Log Selected Signals from the context menu. ...

4 years ago | 0

Answered
List of all Conditional Subsystem
Hi galaxi, In the following link you can find the definition and examples about the conditionally executed subsystems: https:/...

4 years ago | 0

Answered
Is there any way to connect a dashboard block with a constant block by command ?
Hi Abhijit, You can find the step to connect dashboards block in the link below fomr the documentation: https://www.mathworks....

4 years ago | 0

Answered
What does "Minimize algebraic loop occurrences" actually do?
Hi Miles, This parameter directs Simulink to try to eliminate the algebraic loop that contains an atomic subsystem, when it sim...

4 years ago | 1

| accepted

Answered
differential equations with Simulink
Hi bl276, Since those are differential equations, you can implement them in Simulink by using Integrator blocks. You have four ...

4 years ago | 0

Answered
XY graph and Plot graph are differnet
Hi Minjae, That is not possible. Make sure you select the same data in both cases. Try to plot each variable in a separate plot...

4 years ago | 0

Answered
Port width and dimension error
Hi David, First try to connect al those pending signals and rerun the model. This is to be sure that the MATLAB function block ...

4 years ago | 0

Load more