回答済み
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;...

2年以上 前 | 1

回答済み
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...

2年以上 前 | 0

| 採用済み

回答済み
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...

2年以上 前 | 0

| 採用済み

回答済み
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...

2年以上 前 | 0

回答済み
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...

2年以上 前 | 0

回答済み
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...

2年以上 前 | 0

回答済み
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...

2年以上 前 | 0

回答済み
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...

2年以上 前 | 0

| 採用済み

回答済み
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...

2年以上 前 | 0

回答済み
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: ...

2年以上 前 | 0

回答済み
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...

2年以上 前 | 0

回答済み
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...

2年以上 前 | 0

回答済み
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...

2年以上 前 | 0

回答済み
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...

2年以上 前 | 0

回答済み
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...

2年以上 前 | 0

回答済み
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...

2年以上 前 | 1

回答済み
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...

2年以上 前 | 0

回答済み
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...

2年以上 前 | 0

回答済み
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...

2年以上 前 | 0

回答済み
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...

2年以上 前 | 0

回答済み
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) ...

2年以上 前 | 0

回答済み
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...

2年以上 前 | 0

回答済み
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...

2年以上 前 | 0

回答済み
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...

2年以上 前 | 0

| 採用済み

回答済み
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...

2年以上 前 | 0

| 採用済み

回答済み
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 ...

2年以上 前 | 0

回答済み
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...

2年以上 前 | 0

回答済み
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...

2年以上 前 | 0

回答済み
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...

2年以上 前 | 0

回答済み
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...

2年以上 前 | 0

さらに読み込む