Aniket
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
39 回答
ランク
of 153,822
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
Could not save app designer
Hi @Ali Nateghi, The issue is likely due to the size of the app, particularly the number of ‘GridLayout’ components. If App De...
Could not save app designer
Hi @Ali Nateghi, The issue is likely due to the size of the app, particularly the number of ‘GridLayout’ components. If App De...
約6時間 前 | 0
回答済み
Modify axtoolbar in App designer
Hi @Mirko Maurici As of R2023a, 'datacursor' mode can be used for apps created in App Designer and using the "uifgure" function...
Modify axtoolbar in App designer
Hi @Mirko Maurici As of R2023a, 'datacursor' mode can be used for apps created in App Designer and using the "uifgure" function...
約7時間 前 | 0
回答済み
Gui to app designer
Hi @SOYUN LEE, You can convert your GUIDE app into App Designer depending on the MATLAB version you are using: 1. Starti...
Gui to app designer
Hi @SOYUN LEE, You can convert your GUIDE app into App Designer depending on the MATLAB version you are using: 1. Starti...
約8時間 前 | 0
回答済み
App designer key press function
Hi, This issue can happen when the current focus is set on a child component in UI figure. The "KeyPressFcn" Callback ex...
App designer key press function
Hi, This issue can happen when the current focus is set on a child component in UI figure. The "KeyPressFcn" Callback ex...
約8時間 前 | 0
回答済み
Video files app designer
Hi @T.A.S., Video files can be uploaded to App Designer using "uigetfile" function. It opens a modal dialog box that lists fil...
Video files app designer
Hi @T.A.S., Video files can be uploaded to App Designer using "uigetfile" function. It opens a modal dialog box that lists fil...
約8時間 前 | 0
回答済み
DROP DOWN app designer
Hi @Rida BOUMEDIANE I understand you want to create interdependent dropdown menus in App Designer, where each selection dynami...
DROP DOWN app designer
Hi @Rida BOUMEDIANE I understand you want to create interdependent dropdown menus in App Designer, where each selection dynami...
約8時間 前 | 0
回答済み
App Designer interaction with SIMSCAPE?
Hi @Stone, As Aravind mentioned, the interaction between App Designer and Simscape is similar to interaction with Simulink. ...
App Designer interaction with SIMSCAPE?
Hi @Stone, As Aravind mentioned, the interaction between App Designer and Simscape is similar to interaction with Simulink. ...
2日 前 | 0
回答済み
Has anyone managed to run the MATLAB R2023a new desktop (Beta) on Linux? It does not like Fedora 38 Linux with Gnome 44 desktop (X11).
Hi @Mark Thomas, I understand that you are experiencing several issues with the new desktop format on MATLAB version 23.1.0, r...
Has anyone managed to run the MATLAB R2023a new desktop (Beta) on Linux? It does not like Fedora 38 Linux with Gnome 44 desktop (X11).
Hi @Mark Thomas, I understand that you are experiencing several issues with the new desktop format on MATLAB version 23.1.0, r...
6日 前 | 0
回答済み
Why doesn't my matlab open after ubuntu update?
Hi @Catarina Tristão Pereira, I understand that you are unable to launch MATLAB on Ubuntu 22.04 after an update, possibly due ...
Why doesn't my matlab open after ubuntu update?
Hi @Catarina Tristão Pereira, I understand that you are unable to launch MATLAB on Ubuntu 22.04 after an update, possibly due ...
6日 前 | 0
回答済み
My code doest work well in loop,but works fine while doing manually.please find the error
Hi @HARSHA BHONSLE, I tried to reproduce the issue by uploading 2 images into the folder, but the given code ran properly with...
My code doest work well in loop,but works fine while doing manually.please find the error
Hi @HARSHA BHONSLE, I tried to reproduce the issue by uploading 2 images into the folder, but the given code ran properly with...
7日 前 | 0
回答済み
Why does Matlab debugger stopped at PubSubTabularDataStore.dispIfError in the new desktop
Hi @Jialiang Lu, I am able to reproduce the issue on the version mentioned in question. The error arises due to a typo in ...
Why does Matlab debugger stopped at PubSubTabularDataStore.dispIfError in the new desktop
Hi @Jialiang Lu, I am able to reproduce the issue on the version mentioned in question. The error arises due to a typo in ...
8日 前 | 0
回答済み
Is it possible to use deep network designer App to design CNN for image enhancement?
Hi @ghada sandoub, To address your first question, the size of input data needs to be provided to “ImageInputlayer”. If yo...
Is it possible to use deep network designer App to design CNN for image enhancement?
Hi @ghada sandoub, To address your first question, the size of input data needs to be provided to “ImageInputlayer”. If yo...
約1ヶ月 前 | 0
回答済み
How to add additional files while creating a MATLAB standalone Application?
Hi @Venkatesh Kumar V, I understand that you are using a predefined DL architecture and trying to save it in ONNX format u...
How to add additional files while creating a MATLAB standalone Application?
Hi @Venkatesh Kumar V, I understand that you are using a predefined DL architecture and trying to save it in ONNX format u...
約1ヶ月 前 | 0
回答済み
Error While Training Network With Regression Layer
Hi @BR, The error you are encountering is due to invalid training data for regression tasks. This can occur if the responses a...
Error While Training Network With Regression Layer
Hi @BR, The error you are encountering is due to invalid training data for regression tasks. This can occur if the responses a...
約1ヶ月 前 | 0
回答済み
Generating a DLL shared library from a Simulink model with an S-function
Hi @Vighnesh, When generating code for a Simulink model that includes an S-function, you may encounter the error indicating ...
Generating a DLL shared library from a Simulink model with an S-function
Hi @Vighnesh, When generating code for a Simulink model that includes an S-function, you may encounter the error indicating ...
約1ヶ月 前 | 0
回答済み
LSTM model predicts wrong values?
Hi 玲, The issue you are encountering is a common LSTM issue which can arise due to multiple factors. LSTMs can take some time ...
LSTM model predicts wrong values?
Hi 玲, The issue you are encountering is a common LSTM issue which can arise due to multiple factors. LSTMs can take some time ...
約1ヶ月 前 | 0
| 採用済み
回答済み
Can I use production server to create ctf file and do I need to install matlab compiler sdk along with production server to achieve this?
Hi @Biyan Li, To answer your first question regarding requirements for running the "mcc" command, consider the following point...
Can I use production server to create ctf file and do I need to install matlab compiler sdk along with production server to achieve this?
Hi @Biyan Li, To answer your first question regarding requirements for running the "mcc" command, consider the following point...
約2ヶ月 前 | 0
| 採用済み
回答済み
Generating trapezoidal wave given plateau duration and total length of impulse train
Hi @Howard, From your description, I understand that you have a data vector and on the basis of number of points in that vecto...
Generating trapezoidal wave given plateau duration and total length of impulse train
Hi @Howard, From your description, I understand that you have a data vector and on the basis of number of points in that vecto...
約2ヶ月 前 | 0
回答済み
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...
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...
約2ヶ月 前 | 0
回答済み
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...
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...
約2ヶ月 前 | 0
回答済み
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’ ...
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’ ...
約2ヶ月 前 | 0
回答済み
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...
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...
約2ヶ月 前 | 0
回答済み
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 ...
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 ...
約2ヶ月 前 | 0
回答済み
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...
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...
約2ヶ月 前 | 0
回答済み
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...
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...
約2ヶ月 前 | 0
回答済み
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...
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...
約2ヶ月 前 | 0
回答済み
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-...
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-...
2ヶ月 前 | 0
回答済み
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...
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...
2ヶ月 前 | 0
| 採用済み
回答済み
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 ...
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 ...
2ヶ月 前 | 0
回答済み
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...
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...
2ヶ月 前 | 0