Answered
Grapher not plotting in App Designer Desktop App
Hi @Luis Francisco Sanchez, I tried to reproduce the issue by compiling the provided app using Application Compiler. After go...

4 months ago | 0

Answered
Why do I receive "MATLAB: binder.loadFailure; LAPACK load error"
Hi @中孚, The error you are encountering seems to be because of multiple factors revolving around some missing/corrupt files, s...

4 months ago | 0

Answered
Sampling time of matlab figure data
Hi @SM, You can extract the data from figure and then resample it. To extract the data, open the figure and use ‘findobj’ ...

4 months ago | 0

Answered
Shallow Neural Networks does not work with MATLAB APP after compilation
Hi @Francesco Pelella, I was able to reproduce the issue you are facing. The app worked fine in AppDesigner but error comes w...

4 months ago | 0

Answered
App Designer Components Move After Closing Matlab
Hi @ol Poot, The issue you are experiencing with components moving unexpectedly in App Designer when reopening your app can ...

4 months ago | 0

Answered
pretrained deep learning network
Hi @Ahmad Alhashil, You can further train the pre-trained deep learning network and use it with drowsiness detection to get h...

5 months ago | 0

Answered
Sequence Classification Using Deep Learning
Hi @Leon, I understand that you want to use the Sequence Classification using DL with your own input data and need some clari...

5 months ago | 0

Answered
Implement flatten layer in CNN
Hi @Ali Al-Saegh & @Jianyu Zhao, I understand from the comments that you're facing issues visualizing how a fully connected (F...

5 months ago | 0

Answered
Compiling a multiwindow app as a web app
Hi @Levi Blake, Yes, you are right that Multiwindow apps are not supported by web apps. If you attempt to compile a multi-...

5 months ago | 0

Answered
NET-matlab hybrid environment
Hi @Andrey, There are multiple ways to transfer data from C# to MATLAB and executing MATLAB code in response to events. He...

5 months ago | 0

| accepted

Answered
Simulink model compilation on deployment (mcc and docker image)
Hi @Eduardo, Creating an executable using the mcc command with Simulink Compiler involves compiling the Simulink model into ...

5 months ago | 0

Answered
Is it possible to get data from Matlab during runtime using C compiler?
Hi @Sabyrzhan Tasbolatov, I understand that you want to retrieve data from MATLAB functions called from C code, especiall...

5 months ago | 0

Answered
When I start the MATLAB production sever dashboard, there are some errors under cmd, I hope you can give me the answer
Hi @Ziang, I understand that you are facing an issue with starting the MATLAB Production Server dashboard, where you are enco...

5 months ago | 0

Answered
How to efficiently load a large Matrix into a Matlab Function Block in Simulink
Hi @Folke Friedrich, I understand that you want to know a way to efficiently load a large matrix into MATLAB ‘Function Block’ i...

5 months ago | 1

| accepted

Answered
Simulink Integral with variable bounds
Hi @Philipps, I understand you are trying to use MATLAB's ‘int’ function to solve an integral with a variable upper bound dire...

5 months ago | 0

Answered
Unable to save trainingstats in MATLAB 2024a
Hi @Vasu Sharma, I understand that there is an issue with saving training results in MATLAB, and it might be related to the fi...

6 months ago | 0

| accepted

Answered
How to debug a suddenly closing/crashing appdesigner app
Hi @Marco, I understand from your description that the App Designer application is closing unexpectedly after certain time, wh...

6 months ago | 2

Answered
App designer Locks me out of editing things I need to change
Hi @Gavin, For your first question, App Designer in MATLAB separates the code into editable and non-editable sections. The non...

6 months ago | 0

| accepted

Answered
Matlab app (parallelLinkDesigner) not opening.
Hi @Thivakar, It looks like you're running into an issue with Parallel Link Designer in MATLAB R2023a. The memory recommendati...

6 months ago | 0

Answered
Projecting circular motion on axes to derive linear accelerations
Hi @Matteo GIUFFREDI, I see you're trying to simulate and visualize the motion of a point moving along two circular paths with...

6 months ago | 0

Answered
Undefined function or variable 'dx'.
Hi @Mustafa Abdelfattah, The error is thrown because `dx` is not a predefined function in MATLAB for differentiation. Here a...

6 months ago | 0