Risposto
after matlab gui start, all windows and menus are unreponsive. Running R2023a on Ubuntu 20.04
Hi Joe. There are few things that you can try to resolve the issue. Restart MATLAB: If you haven't tried this, try closing and...

oltre un anno fa | 0

Risposto
How can i add the default menu bar to a uifigure?
Hello there, Unfortunately, there is no simple way to add the default menu bar of a regular figure to a uifigure. UIFigures an...

oltre un anno fa | 0

| accettato

Risposto
Using Git in Matlab adds an undesired branch everytime I push to the Gitlab repo
Hi Marco, The first step to figuring out what is going wrong is to check your Git configuration. Open a new Terminal window in...

oltre un anno fa | 0

| accettato

Risposto
How can I get an output to Matlab command from generated code (Matlab system object)
Hi Sylvian, To display values in the MATLAB command window or the Simulink diagnostic window during simulation, you can use the...

oltre un anno fa | 0

Risposto
Bad CPU type in executable
Hi Reuben. I think the error that you're encountering ("Bad CPU type in executable") is mostly because the "dcm2nii_mac" execut...

oltre un anno fa | 0

Risposto
Send a single Integer data from Simulink to UnrealEngine
Hi Judith. In your case, the easiest method is to use a MATLAB Function block and a shared memory (file). You can create a MATL...

oltre un anno fa | 0

Risposto
Standalone application shut down itself for no reasons after working for days
Hi Romain. You might need to add more extensive logging to the application's code to find the cause of the crash. Without knowi...

oltre un anno fa | 0

Risposto
Way to decrease the step size in the while loop.
Hi Minsik. You can introduce a variable called "stepSize" within the for loop which equals to 1 or 0.5. At the beginning of e...

oltre un anno fa | 0

Risposto
Why does text move when exporting figure using normalized units?
Hi Dirk. Different exporting functions (For example "print", "exportgraphics", "saveas") in MATLAB might handle graphics object...

oltre un anno fa | 0

Risposto
Unable to start MATLAB 2022a after clicking on update, fatal startup error reported
Hi Xinpeng. Based on the error message you provided, it seems that MATLAB is having trouble loading a plugin related to OpenSSL...

oltre un anno fa | 0

Risposto
How to make a re-connection for Bluetooth communication?
Hello. The issue with your code may be related to the fact that you are starting the timer inside the "onDataRecieve" function....

oltre un anno fa | 0

Risposto
Trouble using one of my GPUs
Hi Rohan. The error "no kernel image is available for execution on the device" typically indicates that the CUDA code has been ...

oltre un anno fa | 0

| accettato

Risposto
I have a loop but only the last value saves
Hi Chelsie. It seems that you want to store the individual peak shifts for 520 in a variable rather than displaying them in the...

oltre un anno fa | 0

Risposto
Arduino Giga R1 compatibility?
Hi Francis. As I can see, Arduino Giga R1 is currently not compatible with MATLAB or Simulink. However, you can still use it i...

oltre un anno fa | 0

Risposto
Store and recall all appdesigner GUI data.
Hi Marcel. No, MATLAB doesn't support saving/loading the app state to/from an XML file. If you are considering using JSON form...

oltre un anno fa | 0

Risposto
Switched from 2022b to 2023a and in App designer the side panels (Component Browser in Design View) the the l/h and r/h side panels in code view do not appear.
Hi Richard. It's difficult to pinpoint the exact cause of the issue you're experiencing without more information, but I can pro...

oltre un anno fa | 0

Risposto
how to callback a code graphic with a graphic of a matlab app
Hi Jose. Firstly, I'm assuming that you have a separate MATLAB function saved as a ".m" file which generates the graphic that y...

oltre un anno fa | 0

| accettato

Risposto
How can I have 'dropdown' in an individual cell of a table in App Designer and not to the whole columns ?
Hi Alessandro. No, it is not possible to format individual cells in a UITable using ColumnFormat. ColumnFormat can only be used...

oltre un anno fa | 0

Risposto
Use data tip custom script in app designer
Hi Benoit. One way to achieve this is to use the "Tag" property of each UIAxes to specify which custom script should be execute...

oltre un anno fa | 0

Risposto
Error reading the files in ensemblefilestorage
Hi Sahil. Currently your data is in CSV format, but it expects the ensemble storage data to be in ".mat" format. To use an ens...

oltre un anno fa | 0

Risposto
I need help in my code in app designer
Hello. Since you have not provided the code, here are some reasons why this error occurred: Missing multiplication operator: C...

oltre un anno fa | 0

Risposto
How to measure the when a signal is recieved in simlink.
Hi Kripa. I'm assuming that you have a working Simulink model and a Python script that gives a signal to the Simulink model. T...

oltre un anno fa | 0

Risposto
How to use a number vector in MATLAB as an input to the battery in SIMULINK?
Hi Sahar. Let's say you have a MATLAB table called "hourly_electricity" that contains the hourly generated electricity values w...

oltre un anno fa | 0

Risposto
i need help in my code in app designer
Hi Juman. The error message indicates that there is a problem with the use of the keyword "methods" in your App Designer app co...

oltre un anno fa | 0

Risposto
Change default data type of a simulink block
Hi Bora. For most blocks, their output data type is inherited from their inputs. As I can see, the "Block Parameters" tab for ...

oltre un anno fa | 0

Risposto
Trading with Alpaca API
Hi Vitaly. No, there is no documentation of using Alpaca API with MATLAB like it is available for Python. There are no support...

oltre un anno fa | 1

| accettato

Risposto
.m file compatible with linux
Hi Maria. To convert a ".m" file to a ".tar.gz" file, follow these steps: Create a folder and include your ".m" file there alo...

oltre un anno fa | 0

Risposto
Need to fix my code
Hi Rihard. Since you have not attached any files, I can't run your code by myself since there are input files. But here are so...

oltre un anno fa | 0

Risposto
Control App designer lamp from Matlab script
Hi Alex. Firstly, make sure that NSgLamp object is correctly defined in App designer or not. Check if the callback for when th...

oltre un anno fa | 0

Risposto
How can I delete an empty callback?
Hi Giulia. If your question is related to App Designer in MATLAB, then you have to first find the "Code Browser" tab on the lef...

oltre un anno fa | 1

| accettato

Carica altro