Risposto
Problem with simulating an AR(2) process
Hello Ferry, The reason for mismatch in the outputs is due to the misordering in the following equation: y(t, :) = rhho2 * [1;...

oltre 2 anni fa | 1

Risposto
make a serie of repeating elements
Hello Mohammad, In order to automate the task of connecting large number of elements in Simulink you could leverage 'Programmat...

oltre 2 anni fa | 0

| accettato

Risposto
Modeling of track traffic light which works based on the Position of trains in Stateflow
Hi, You could write a function similar to 'FuncBusySection1' to know the position of both the trains at the same time. The func...

oltre 2 anni fa | 0

| accettato

Risposto
Chart Execution by Using Temporal Logic
Hello Paul, The generated code for a stateflow chart which has one of the conditions for state transitions as either 'after(n,t...

oltre 2 anni fa | 0

Risposto
Appdesigner - Appearance of second window similar to uialert
Hello Kevin, A possible workaround might be to design the dialog app using 'dialog' function instead of developing a MATLAB App...

oltre 2 anni fa | 0

Risposto
I I I I
Hello Garab, The following answer from the community might be of relevance to you: How can I show Matlab Simulink Data in Matl...

oltre 2 anni fa | 0

Risposto
How to read audio on app designer from simulink
Hello, One of the possible solutions is to use 'sim' command to simulate the Simulink model from the MATLAB App (as you have us...

oltre 2 anni fa | 0

Risposto
How do I vary the colour of a continuous graph in App Designer
Hi, You could use 'hold(app.UIAxes_Error, 'on')' version of hold command to plot data on top of data which is already plotted o...

oltre 2 anni fa | 0

| accettato

Risposto
How do I collect lots of data from Simulink to MatLab Workspace with To Workspace block?
Hello Katéri Tremblay, One of the possible solutions is to use 'Output' blocks and log the outputs into workspace variables thr...

oltre 2 anni fa | 0

Risposto
How can I model the waiting time in Simulink?
Hello Min, You could make use of 'Enabled subsystem' for modelling waiting time. The following example illustrates the idea: ...

oltre 2 anni fa | 0

Risposto
Simulink scope issue with data not showing
Hello Salah, You could try unchecking 'Limit data points to last' option in the configuration parameters of the Scope block sin...

oltre 2 anni fa | 0

Risposto
Simulink subsystem to numerically solve a complex exponential function
Hello Ario, You could follow the following steps to solve the issue: 1) Create a '.m' file containing the function (for exampl...

oltre 2 anni fa | 0

Risposto
Export Matlab function block to referenced file
Hello Steffen, I understand that the requirement here is to have a MATLAB function saved in a '.m' file and also exploit the ad...

oltre 2 anni fa | 0

Risposto
Creating error/warning message in Simulink
Hello Ege, You could use 'Assertion' Simulink block to create errors/ warnings when a certain condition is not met. You can hav...

oltre 2 anni fa | 0

Risposto
Save and plot the Simout from simulink for every iteration of For loop applied in MATLAB
Hello Mayur, For storing output of simout at each iteration, you could create a 2D array and use 'i' as index to write data int...

oltre 2 anni fa | 0

Risposto
Stateflow Onramp - Functions in Stateflow 9.3 - Matlab functions - Bug ? Error: Illegal use of reserved keyword "end".
Hello Soufiane, As explained in the Section 9.1 of Stateflow Onramp, the syntax of a MATLAB function within stateflow doesn't i...

oltre 2 anni fa | 1

Risposto
How to integrate ODE45 solver in state flow?
Hello Amardeep, I understand that the issue is with solving a system of differential equations within stateflow. One workaround...

oltre 2 anni fa | 0

Risposto
Exponential law transition in Stateflow
Hello Olivier, You could have a look at the Markov Chain Model of Radar Detector example to understand about designing non-dete...

oltre 2 anni fa | 0

Risposto
Why does one of my states in my Stateflow chart have a bold ouline and a darker interior?
Hello Richard, One of the states within stateflow chart is denoted by a bold outline to indicate that it's currently the active...

oltre 2 anni fa | 0

Risposto
Substituition of moving maximum block dsp tool
Hello Palma, One alternative might be to use MATLAB Function block within Simulink to implement the functionality of Moving max...

oltre 2 anni fa | 0

Risposto
How to update app's text field continously using Simulink with Stateflow.
Hi Damian, I understand that the issue is with establishing proper data transfer between MATLAB App, Stateflow & Simulink. 1) ...

oltre 2 anni fa | 0

Risposto
Pressing a button in MATLAB app designer which changes a value of a variable in stateflow
Hello Tb, I understand that the issue here is with changing the data within stateflow by an action made through app (like butto...

oltre 2 anni fa | 0

Risposto
Get two sinusoidal signals from qammod result
Hi Rodrigo, The 'qammod' function gives complex valued output corresponding the modulated signal. You could use imag and real f...

oltre 2 anni fa | 0

Risposto
How to protect paramaters in look-up table in Simulink?
Hi Ozan, I understand that the issue is with protecting the parameters of the Look-up Table while code generation from the prot...

oltre 2 anni fa | 0

| accettato

Risposto
Can I ask how to change the border color of NumericEditField in MATLAB App designer
Hello Han, The NumericEditField doesn't have any property for editing the border color. A possible workaround would be to encap...

oltre 2 anni fa | 0

| accettato

Risposto
Input signal varies in size, how to get previous values of signal?
Hello Phan, I understand that the issue faced is with delaying a variable sized signal using a unit delay block. You may refer ...

oltre 2 anni fa | 0

Risposto
Change number of Ports on a Simulink Block
Hello John, You could have a look at Dynamic masked subsystems documentation. There is an example on varying number of input po...

oltre 2 anni fa | 0

Risposto
Simulate a solar system
Hello Jesus, I understand that the issue faced here is that the simulation depicts only one planet at a time but the requiremen...

oltre 2 anni fa | 0

Risposto
app designer UI Table with calculation ability
Hi Liu, You could leverage the "CellEditCallback" callback function of the uitable to add functionalities to any cell of the ui...

oltre 2 anni fa | 0

Risposto
Is there a way to use "SizeChangedFcn" with "Resize" and "AutoResizeChildren" properties on?
Hi Peter, Please follow the instructions in the following MATLAB Answers page: https://www.mathworks.com/matlabcentral/answer...

oltre 2 anni fa | 0

Carica altro