已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

| 已接受

已回答
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...

1 year 前 | 0

| 已接受

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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....

1 year 前 | 0

已回答
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 ...

1 year 前 | 0

| 已接受

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

| 已接受

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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 ...

1 year 前 | 0

已回答
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...

1 year 前 | 1

| 已接受

已回答
.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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 1

| 已接受

加载更多