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

más de 2 años hace | 0

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

más de 2 años hace | 0

| aceptada

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

más de 2 años hace | 0

| aceptada

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

más de 2 años hace | 0

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

más de 2 años hace | 0

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

más de 2 años hace | 0

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

más de 2 años hace | 0

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

más de 2 años hace | 0

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

más de 2 años hace | 0

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

más de 2 años hace | 0

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

más de 2 años hace | 0

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

más de 2 años hace | 0

| aceptada

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

más de 2 años hace | 0

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

más de 2 años hace | 0

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

más de 2 años hace | 0

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

más de 2 años hace | 0

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

más de 2 años hace | 0

| aceptada

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

más de 2 años hace | 0

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

más de 2 años hace | 0

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

más de 2 años hace | 0

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

más de 2 años hace | 0

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

más de 2 años hace | 0

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

más de 2 años hace | 0

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

más de 2 años hace | 0

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

más de 2 años hace | 0

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

más de 2 años hace | 1

| aceptada

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

más de 2 años hace | 0

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

más de 2 años hace | 0

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

más de 2 años hace | 0

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

más de 2 años hace | 1

| aceptada

Cargar más