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

ungefär ett år ago | 0

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

ungefär ett år ago | 0

| accepted

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

ungefär ett år ago | 0

| accepted

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

ungefär ett år ago | 0

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

ungefär ett år ago | 0

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

ungefär ett år ago | 0

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

mer än ett år ago | 0

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

mer än ett år ago | 0

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

mer än ett år ago | 0

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

mer än ett år ago | 0

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

mer än ett år ago | 0

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

mer än ett år ago | 0

| accepted

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

mer än ett år ago | 0

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

mer än ett år ago | 0

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

mer än ett år ago | 0

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

mer än ett år ago | 0

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

mer än ett år ago | 0

| accepted

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

mer än ett år ago | 0

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

mer än ett år ago | 0

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

mer än ett år ago | 0

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

mer än ett år ago | 0

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

mer än ett år ago | 0

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

mer än ett år ago | 0

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

mer än ett år ago | 0

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

mer än ett år ago | 0

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

mer än ett år ago | 1

| accepted

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

mer än ett år ago | 0

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

mer än ett år ago | 0

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

mer än ett år ago | 0

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

mer än ett år ago | 1

| accepted

Load more