Respondida
Data variants in Simulink Data Dictionary
You can add a Simulink Variant to a Data Dictionary (see picture below). For example, programmatically V_LINEAR_CONTROLLER=S...

alrededor de 6 años hace | 0

Respondida
How to calculate the error between the two signs
Could you narrow your question a bit more? What kind of error do you want to calculate? For example: percentage error?, mean sq...

alrededor de 6 años hace | 0

Respondida
What does Ki*Ts mean in Discrete PI controller ?
From the documentation about the meaning of Ki*Ts, it indicates that: "You must premultiply the integral gain value by the integ...

alrededor de 6 años hace | 0

Respondida
How to vary offset during simulation
Hi Luiz, You can include a slider (fomr the section Dashboard in the Library) in the Simulink model, and link it to the SineWav...

alrededor de 6 años hace | 1

Respondida
Simulink model integration methods
Hi Pradeep, The answer to this question will require pages and pages. I recommend you to take a training course called Simulink...

alrededor de 6 años hace | 0

Respondida
signal de-bounce in Simulink
The implementation looks OK. Actually, it is the same as the one recommended in the documentation https://www.mathworks.com/hel...

alrededor de 6 años hace | 0

| aceptada

Respondida
Course "Stateflow Onramp" doesn't load
Hi, The steps to follow depend on the relase, please check the 'How to Get Started' in this link: https://www.mathworks.com/le...

alrededor de 6 años hace | 0

Respondida
Is Simulink Verification and Validation necessary to link and edit Requirements to my Stateflow model?
Simulink Requirements™ license should be sufficient. See: https://www.mathworks.com/help/simulink/ug/viewing-linked-requirement...

alrededor de 6 años hace | 0

Respondida
creating baselines in simulink test
Use 'Capture' button if you want to record a baseline from the system under test. It will run the system under test and populate...

alrededor de 6 años hace | 0

Respondida
Simulink menu bar on Matlab 2019b
For R2019a you can switch back to the old toolstrip, please see the way here: https://blogs.mathworks.com/simulink/2019/03/25/w...

alrededor de 6 años hace | 0

Pregunta


Generalization of Catalan's conjecture
I would like to have a simple MATLAB code that can give the solutions for the generalization of the Catalan's conjecture for a g...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Respondida
CANNOT FIND EXPLICIT SOLUTION
Hi Jiyoung, What I see from your code is that there is a variable 'y' which is a vector of 801 elements. Thas makes you to have...

alrededor de 6 años hace | 0

Respondida
Error loading .mat
Could you replicate this behavior? I would also like to know the size of this mat-file.

alrededor de 6 años hace | 0

Respondida
How to modify step size using my custom Simulink Block
From what I understand, you would like to change the step size of the Solver during time. Step size, as well as other parameters...

alrededor de 6 años hace | 0

Respondida
How to solve error of creating harness model
Hi Kenji, The basic steps to create and load a harness programmatical are as follows: model = 'sltestCruiseChart'; load_syste...

alrededor de 6 años hace | 1

Respondida
Values won't take from workspace
Not enough information about the problem here. Implementation seems OK. Have you run the model?, got any warning or error mess...

alrededor de 6 años hace | 0

Respondida
Simulink block to equation conversion?
I´m afraid there is not such a workflow for that.

alrededor de 6 años hace | 0

Respondida
simout block for simulink?
There is not such a block name in the library browser. Could you be more specific in the goal of this block in your model?

alrededor de 6 años hace | 0

Respondida
how to link simulink and m file
Hi Amir, Your m-file should at least include the command sim in order to simulate the Simulink model programmatically. Read mor...

alrededor de 6 años hace | 0

Respondida
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...

alrededor de 6 años hace | 0

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

alrededor de 6 años hace | 0

Respondida
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...

alrededor de 6 años hace | 0

Respondida
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...

alrededor de 6 años hace | 0

Respondida
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...

alrededor de 6 años hace | 0

Respondida
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,...

alrededor de 6 años hace | 0

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

alrededor de 6 años hace | 0

Respondida
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 ...

alrededor de 6 años hace | 0

Respondida
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...

alrededor de 6 años hace | 1

Respondida
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...

alrededor de 6 años hace | 0

Respondida
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 ...

alrededor de 6 años hace | 0

Cargar más