Answered
How to avoid overwriting inside a for loop?
Hi, Instead of declaring “frame” as an empty array, declare it as an empty cell array. frame={}; And inside for loop, assi...

4 years ago | 0

Answered
Generate code from .rtw file
Hi, Yes, it is possible to generate code from .rtw file. You can use the rtwbuild() function and pass the name of the rtw file ...

4 years ago | 0

Answered
adding toolbar and menubar to figure in appdesigner
Hi, For now, app designer does not support toolbar. However, you can explore tab groups if it suits your use case. You can add ...

4 years ago | 0

| accepted

Answered
How exactly should I use open_system to open a Simulink block by using a call operation with 'handles' instead of a particular Simulink file name in GUI?
Hi, I understand that you want to open a block of a model from GUI and you are using open_system function. In order to open a b...

4 years ago | 0

Answered
How do I save a text field in app designer so that it loads when I restart the app next time?
Hi, I understand that you want to get the values assigned for edit fields in previous session as default after reopening the ap...

4 years ago | 2

Answered
Create an array from the input of a MATLAB FUNCTION BLOCK
Hi, I understand that you want to get an array as an output of MATLAB function block. But you are getting a value with 1x1 dime...

4 years ago | 0

Answered
Mouseover highlighting of plotted line?
Hi, I understand that you wanted to implement the mouseover functionality for plotted lines. MATLAB's pointer manager lets you...

4 years ago | 0

| accepted

Answered
How to add an else-if column in a state transition table?
Hi, I understand that you want to add an else-if column in a state transition table. You can do this by right clicking on the s...

4 years ago | 0

Answered
gui-simulink how to change parameters
Hi, I understand that you want to create a GUI to change the value of the block parameters in simulink. You can do this by cr...

4 years ago | 0

Answered
Changing the value of 'compare to constant' and 'repeating sequence interpolating' blocks using GUI
Hi, I understand that you have two blocks in Simulink, and you want to create a GUI to change the value of this blocks. You ca...

4 years ago | 0

Answered
Efficient way of extracting parameters from a text file without external utilities
Hi, I understand that there is a text file which contains different values belongs to any of the 4 types. They are: type 0...

4 years ago | 0

| accepted