![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/34581524_1722828188186_DEF.jpg)
Aniket
Followers: 0 Following: 0
Statistics
0 Questions
51 Answers
RANK
1,777
of 296,875
REPUTATION
36
CONTRIBUTIONS
0 Questions
51 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
4
RANK
of 20,417
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,275
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Issue during code generation Simulink
Hi @ESSALMI YOUSSEF, I have also faced similar variable addressibility issues while using code generation. This happens while...
4 days ago | 0
reload code from embedded code generation
Hi @JOOWON PARK, The error seems to indicate that MATLAB was unable to find the path to build folder. The 'Reload Code' check...
4 days ago | 0
psat :User Defined Models (UDMs)
Hi @tony stank, The error "failed to initialize symbolic preferences" originates because of issues with the installation of S...
5 days ago | 0
How to get pulse sensor reading using matlab?
Hi @Muhammad Alief Nasarudin, To read pulse sensor data using MATLAB, you can use the MATLAB Support Package for Arduino, whi...
10 days ago | 0
need help on trouble shooting my Simulink controller model
Hi @Randy Chen, I am assuming the derivations mentioned in attached PDF are correct and have verified that the model is in li...
10 days ago | 0
When I click on Performance Adviser in Simulink I get DMR client's dictionary function threw std::exception 'Failed to create cache
Hi @SC, The negative current might indicate reverse flow, which could be a valid scenario depending on the mechanical analogy...
10 days ago | 0
open simulink project without opening all tabs
Hi @Nigel Holmes, You can open your Simulink Project without opening tabs by using the "load_system" function. This function ...
10 days ago | 0
syms error, cannot use syms command
Hi @Alita, I understand that you are facing issues using "syms" function in MATLAB. The output from "which -all syms" indicat...
12 days ago | 0
Invalid operand. Variables of type "sym" cannot be combined with other models.
Hi @dcaamina94, The error you are encountering is due to trying to combine symbolic variables with transfer function models dir...
12 days ago | 0
sym/subs errors
Hi @Daniel, As mentioned in error output, the issue is because of "Division by zero". The expression will cause a division b...
13 days ago | 0
ROI not resizing in app after a keyboard shortcut has been pressed
Hi @Pierre Lanari, I understand that your are experiencing issues while resizing ROIs interactively once a keyboard shortcut ha...
13 days ago | 0
Error in defining imaginary symbolic variable in poly2sym
Hi @Arup, The error you are encountering is because the second argument of the "poly2sym" function must be a symbolic variable....
13 days ago | 0
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...
3 months ago | 1
| accepted
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...
3 months ago | 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...
3 months ago | 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...
3 months ago | 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...
3 months ago | 0
DROP DOWN app designer
Hi @Rida BOUMEDIANE I understand you want to create interdependent dropdown menus in App Designer, where each selection dynami...
3 months ago | 0
App Designer interaction with SIMSCAPE?
Hi @Stone, As Aravind mentioned, the interaction between App Designer and Simscape is similar to interaction with Simulink. ...
3 months ago | 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...
3 months ago | 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 ...
3 months ago | 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...
3 months ago | 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 ...
3 months ago | 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...
4 months ago | 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...
4 months ago | 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...
4 months ago | 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 ...
4 months ago | 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 ...
4 months ago | 0
| accepted
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...
4 months ago | 0
| accepted
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...
4 months ago | 0