回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

| 採用済み

回答済み
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年以上 前 | 0

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

5年弱 前 | 2

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

5年弱 前 | 0

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

5年弱 前 | 0

| 採用済み

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

5年弱 前 | 0

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

5年弱 前 | 0

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

5年弱 前 | 0

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

5年弱 前 | 0

| 採用済み