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

más de 4 años hace | 0

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

más de 4 años hace | 0

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

más de 4 años hace | 0

| aceptada

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

más de 4 años hace | 0

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

más de 4 años hace | 2

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

más de 4 años hace | 0

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

más de 4 años hace | 0

| aceptada

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

casi 5 años hace | 0

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

casi 5 años hace | 0

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

casi 5 años hace | 0

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

casi 5 años hace | 0

| aceptada