Ashu
MathWorks
Followers: 0 Following: 0
Programming Languages:
Python, C++, C, MATLAB
Spoken Languages:
English, Hindi
Professional Interests:
Python with MATLAB, AI for Signals and Images
Python, C++, C, MATLAB
Spoken Languages:
English, Hindi
Professional Interests:
Python with MATLAB, AI for Signals and Images
Feeds
已回答
Correct way to run a .sh script compiled by Matlab with -nodisplay flag
Hey Davide, It appears that you are encountering difficulties when opening MATLAB with the "-nodisplay" option. To address this...
Correct way to run a .sh script compiled by Matlab with -nodisplay flag
Hey Davide, It appears that you are encountering difficulties when opening MATLAB with the "-nodisplay" option. To address this...
1 year 前 | 0
已回答
No puedo abrir matlab 2023
Hi Karen, Esta respuesta está en inglés para darle la respuesta más rápida posible. I assume you are trying to open MATLAB and...
No puedo abrir matlab 2023
Hi Karen, Esta respuesta está en inglés para darle la respuesta más rápida posible. I assume you are trying to open MATLAB and...
1 year 前 | 0
已回答
How to use trainlm with L2 regulation
Hey Wang, I understand that you training a network with "trainlm" and the training stops with "Maximum Mu reached". The problem...
How to use trainlm with L2 regulation
Hey Wang, I understand that you training a network with "trainlm" and the training stops with "Maximum Mu reached". The problem...
1 year 前 | 0
已回答
Hi! Could someone please provide me with an idea of how to model a selector for multiple inputs using Simulink? Thank you.
Hey Danikha, To model a selector for multiple inputs using Simulink, you can utilize the following blocks according to your r...
Hi! Could someone please provide me with an idea of how to model a selector for multiple inputs using Simulink? Thank you.
Hey Danikha, To model a selector for multiple inputs using Simulink, you can utilize the following blocks according to your r...
1 year 前 | 0
已回答
Centralized vs Decentralized Training for Multi Agent Reinforcement Learning
Hi Kyle, I understand that you want to know the difference between "centralized" and "decentralized" learning strategies in R...
Centralized vs Decentralized Training for Multi Agent Reinforcement Learning
Hi Kyle, I understand that you want to know the difference between "centralized" and "decentralized" learning strategies in R...
1 year 前 | 2
| 已接受
已回答
Setting the robot dimensions for the RRT* algorithm
Hi Yovel, I understand that you want you define dimensions of your robot so that it doesn't cross the obstacles. To ensure t...
Setting the robot dimensions for the RRT* algorithm
Hi Yovel, I understand that you want you define dimensions of your robot so that it doesn't cross the obstacles. To ensure t...
1 year 前 | 0
已回答
Speeding up matrix operations
Hi Bil, I understand that you want to speedup you code. You can try the following approaches for the same. arraySize = 1000;...
Speeding up matrix operations
Hi Bil, I understand that you want to speedup you code. You can try the following approaches for the same. arraySize = 1000;...
2 years 前 | 1
已回答
Arrays have incompatible sizes for this operation. Error in (line 34), can you please tell me how to solve it?
Hi Nusrat I understand that you are facing error with incompatible array sizes. Few corrections that you need to consider ar...
Arrays have incompatible sizes for this operation. Error in (line 34), can you please tell me how to solve it?
Hi Nusrat I understand that you are facing error with incompatible array sizes. Few corrections that you need to consider ar...
2 years 前 | 0
已回答
how can ı plot my plot at certain location ?
As per my understanding, you want to plot some points over X/D at 1, 2, 3, 4 on an existing plot. To do that you can do somet...
how can ı plot my plot at certain location ?
As per my understanding, you want to plot some points over X/D at 1, 2, 3, 4 on an existing plot. To do that you can do somet...
2 years 前 | 1
已回答
I am trying to calculate the KL divergence between the two point clouds but I am getting the following error, please help.
Hi Amit, Moving this function definition to the end of the script will resolve your error. % Define the KL divergence functi...
I am trying to calculate the KL divergence between the two point clouds but I am getting the following error, please help.
Hi Amit, Moving this function definition to the end of the script will resolve your error. % Define the KL divergence functi...
2 years 前 | 0
已回答
Clustering of point clouds into cells and perform loop over several files and finally display
Hi Adnan Query 1: I understand that you are getting an empty cell while selecting points for each cluster. In your code ...
Clustering of point clouds into cells and perform loop over several files and finally display
Hi Adnan Query 1: I understand that you are getting an empty cell while selecting points for each cluster. In your code ...
2 years 前 | 0
| 已接受
已回答
redo part if script if not happy with the outcome
I understand that you want to make decisions in your code based on the output from a script. A general approach to achieve this ...
redo part if script if not happy with the outcome
I understand that you want to make decisions in your code based on the output from a script. A general approach to achieve this ...
2 years 前 | 0
| 已接受
已回答
Inserting a constant value in custom expression of Curve Fitting app.
To use your expression in the Curve Fitter app, you can follow these steps: Open the Curve Fitter app and import your data. In...
Inserting a constant value in custom expression of Curve Fitting app.
To use your expression in the Curve Fitter app, you can follow these steps: Open the Curve Fitter app and import your data. In...
2 years 前 | 0
已回答
The RL-Agent's cumulative reward keeps overflowing
It is my understanding that you are trying to adapt the 'Water Tank Simulink Model' to train your agent and your cumulative rewa...
The RL-Agent's cumulative reward keeps overflowing
It is my understanding that you are trying to adapt the 'Water Tank Simulink Model' to train your agent and your cumulative rewa...
2 years 前 | 0
已回答
Delay in opening scope in MATLAB Simulink
I understand that you are facing slow opening and activity of scope in Simulink. You can try the following points to improve the...
Delay in opening scope in MATLAB Simulink
I understand that you are facing slow opening and activity of scope in Simulink. You can try the following points to improve the...
2 years 前 | 0
已回答
How to add augumentation to training andvalidation data?
You can investigate the following points to correct your code. There is a Logical problem in your code when you are resizing t...
How to add augumentation to training andvalidation data?
You can investigate the following points to correct your code. There is a Logical problem in your code when you are resizing t...
2 years 前 | 0
已回答
mat to ascii conversion
Hi Gowri, You are using the right code to save the file as .txt. The problem might be due to - An anti-virus program deny...
mat to ascii conversion
Hi Gowri, You are using the right code to save the file as .txt. The problem might be due to - An anti-virus program deny...
2 years 前 | 0
| 已接受
已回答
Installing matlab.engine API for Python in linux-based HPC
Hi Jianing, To install Python Engine you have to follow these steps - 1. Find the matlabroot by executing the followin...
Installing matlab.engine API for Python in linux-based HPC
Hi Jianing, To install Python Engine you have to follow these steps - 1. Find the matlabroot by executing the followin...
2 years 前 | 0
已回答
Installing Arduino sensor library to Matlab
Hi Akkaya, You can not use the Arduino Libraries directly in MATLAB. For the list of supported Arduino Libraries in MATLA...
Installing Arduino sensor library to Matlab
Hi Akkaya, You can not use the Arduino Libraries directly in MATLAB. For the list of supported Arduino Libraries in MATLA...
2 years 前 | 1
已回答
How to import a trained object detector to Simulink?
Hi Chandni, You can use a MATLAB Function block in simulink to load the trained object detector . To work with MATLAB Functi...
How to import a trained object detector to Simulink?
Hi Chandni, You can use a MATLAB Function block in simulink to load the trained object detector . To work with MATLAB Functi...
2 years 前 | 0
| 已接受
已回答
How to create a simple fully connected neural network with multiple outputs?
Hey Mahmoud, To train a network with multiple outputs, you must train the network using a custom training loop. Example on T...
How to create a simple fully connected neural network with multiple outputs?
Hey Mahmoud, To train a network with multiple outputs, you must train the network using a custom training loop. Example on T...
2 years 前 | 0
已回答
Turning an Arduino servo motor to emulate turning of handle bars
Hey Connor, You can use MATLAB to control servo motors with arduino. Support Packages Needed - Arduino Support from MATLAB ...
Turning an Arduino servo motor to emulate turning of handle bars
Hey Connor, You can use MATLAB to control servo motors with arduino. Support Packages Needed - Arduino Support from MATLAB ...
2 years 前 | 0
已回答
How does the PNN algorithm differentiate between malignant and benign tumors?
Hey Roxana PNN (Probabilistic Neural Network) is used for classification problems and differentiating between Malignant and B...
How does the PNN algorithm differentiate between malignant and benign tumors?
Hey Roxana PNN (Probabilistic Neural Network) is used for classification problems and differentiating between Malignant and B...
2 years 前 | 1
已回答
How to use different train function for LSTM model?
I understand that you want to use 'trainlm' as backpropagation algorithm in LSTM model. Case 1: Multilayer Shallow Neural Netwo...
How to use different train function for LSTM model?
I understand that you want to use 'trainlm' as backpropagation algorithm in LSTM model. Case 1: Multilayer Shallow Neural Netwo...
2 years 前 | 0
已回答
Position of camera toolbar in a GUI
Hello Alexander, As per my understanding of the issue, you want to move the camera toolbar next to the figure toolbar. As of no...
Position of camera toolbar in a GUI
Hello Alexander, As per my understanding of the issue, you want to move the camera toolbar next to the figure toolbar. As of no...
2 years 前 | 0
已回答
what is the fundamental difference between SVM and polyhedral portioning?
Hello Sekar, SVM (Support Vector Machine) : Support vector machines (SVMs) are a set of supervised learning methods used for...
what is the fundamental difference between SVM and polyhedral portioning?
Hello Sekar, SVM (Support Vector Machine) : Support vector machines (SVMs) are a set of supervised learning methods used for...
2 years 前 | 0