Community Profile

photo

Aman

MathWorks

Last seen: Today 2023 年からアクティブ

Followers: 1   Following: 0

I am Aman an EDG intern at Mathworks. DISCLAIMER: Any advice or opinions here are my own, and in no way reflect that of MathWorks

統計

  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Facing issues in generating code for Deep Reinforcement Learning trained network for hardware deployment
Hi Anugula, I understand that you are having issues in generating code for Deep Reinforcement Learning trained network. ...

7ヶ月 前 | 0

回答済み
Show training progress for training neural networks in compiled state
Hi Osman, I understand you want to compile the model training along with the training progress in the GUI. The error is ...

7ヶ月 前 | 0

回答済み
processImagesMNIST doesn't give the right data format for trainNetwork
Hi Runcong, It is my understanding that you are having issues while loading the data for model training. The “processImage...

7ヶ月 前 | 0

回答済み
Using LSTM for time series classification, all data in the training set and the test set were erroneously classified into one class
Hi 杰膑 罗, I understand you want to perform a classification task on the time series data using LSTM. Misclassification int...

7ヶ月 前 | 0

回答済み
Hello... I need to get the optimal conditions inputs parameters (processing temperature & Vol. fraction of Al2O3) to obtain the maximum value of 2 outputs (UTS & YS)
Hi Yahya, I understand you want to find the optimal value for the input parameters to get the maximum value for the output va...

7ヶ月 前 | 0

回答済み
Change "Project definition folder"
Hi, I understand that you want to create projects and want to set specific definition folder types programmatically, but you ...

9ヶ月 前 | 0

回答済み
How to Publish Simulink output into Websocket
Hi, I understand that you have a Simulink model and want to publish its output to a WebSocket but are unable to do so, and th...

9ヶ月 前 | 0

回答済み
Optimization of LED channels using MATLAB
Hi, I understand that you have code that does optimisation for LED channels, but you are getting the "Function definitions in...

9ヶ月 前 | 0

回答済み
Please help I am encountering the following error: Error using Fuzzy>@(I_Htm,Ft)mean(Ft(I_Htm)) Too many input arguments. Error in Fuzzy>@(fQ)sum((delta*exp(-r*(tm-t)).*E_Q.
Hi, I understand that you are trying to solve an optimization problem and are getting the “Too many input arguments” error. ...

9ヶ月 前 | 0

回答済み
Matlab for antenna simulation
Hi, I understand that you want to implement phased array antennas, do their performance analysis, and want to know whether th...

9ヶ月 前 | 0

回答済み
how i save final Newton Raphson iteration value to use in another equation
Hi, I understand that you have an equation that you want to solve using the Newton-Raphson method but are facing an issue as ...

9ヶ月 前 | 0

回答済み
Problem loading pretrained fuzzy model
Hi, I understand that you are trying to execute the "Explain Black-Box Model Using Fuzzy Support System" example and are faci...

9ヶ月 前 | 0

回答済み
is there a mistake in "Deep Learning Data Synthesis for 5G Channel Estimation" example code?
Hi, I understand that you are trying the "Deep Learning Data Synthesis for 5G Channel Estimation" example and are having troubl...

9ヶ月 前 | 0

回答済み
We are trying to create a wound segmentation model but we keep on getting the following errors when using VGG16
Hi, I understand that you are trying to do image segmentation; for that, you are using the VGG16 and DeepLab v3+ CNN models ...

9ヶ月 前 | 0

回答済み
Error using trainNetwork Invalid training data. The output size ([256 256 2]) of the last layer does not match the response size ([501 401 2]).
Hi, I understand that you are trying to do image segmentation, for that you are using the DeepLab v3+ CNN model and getting the...

9ヶ月 前 | 0

回答済み
Using PSO with discrete variables
Hi, I understand that you have an objective function whose minimal value you want to identify and are using PSO for that in a d...

9ヶ月 前 | 0

回答済み
Read folder files correctly into workspace and plot
Hi, I understand that you have a 20 tab delimited text file and want to plot out the data of a particular file against some ot...

9ヶ月 前 | 0

回答済み
displaying Images from image array
Hi, As per my understanding, you have an array of grayscale images, and you want to show all of them in a single plot. The 'Gr...

11ヶ月 前 | 0

回答済み
i want to import a signal from physiobank to matlabe i don't know how to do it i have to call him from matlabe if yes how
Hi, I understand that you want to analyse signal which you downloaded from Physiobank, but you are unable to import it. In ord...

約1年 前 | 0

回答済み
How to produce coloured voxels in 3D space?
Hi, I understand that you need to draw a coloured voxel. For drawing a coloured voxel, you can use the “voxel” function. For m...

約1年 前 | 0

回答済み
Confusion chart displaying wrong number of class labels
Hi, I understand that you have made model for classification and to evaluate the model performance you are using confusion matr...

約1年 前 | 0

| 採用済み

回答済み
Read and process EMG data (*.emt)?
Hi, I understand that you want to analyse the EMG signal data which is stored in .emt file and you want to know whether there i...

約1年 前 | 0

| 採用済み

回答済み
¿como puedo asignar a la barra de color un tiempo y que esto se vea reflejado en los datos?
Hi, I understand that you have plot a scatter plot in which color of each point depends on some variable and it works fine when...

約1年 前 | 0

回答済み
Unrecognized function or variable in Matrix element input
Hi, I understand that you have written code for performing some calculation and you are getting error of unrecognized variable....

約1年 前 | 0

回答済み
Compartir datos dentro de una aplicación
Hi, I understand that you have created an application and want to save the calculated data on a button click. For saving the d...

約1年 前 | 0

回答済み
Can I use dll library generated in Matlab in R?
Hi, I understand that you have generated a dll file using the MATLAB and now you want to access it in some other high-level lan...

約1年 前 | 0

回答済み
How can I calculate a mean value of peak amplitude and area under the curve?
Hi, I understand that you have a function, and you want to find out its global maxima. Then you want to find the nearest local ...

約1年 前 | 1

回答済み
Optimization using Particle swarm optimization
Hi, I understand that you have an objective function whose value is dependent on “x1” and “x2” and you want to find the optimal...

約1年 前 | 0

回答済み
Real time data sharing between Matlab/Simulink and Python
Hi, I understand that you have made some MATLAB/Simulink model whose data you want to share with your Python application. For ...

約1年 前 | 0

回答済み
y-Label cut off by exportgraphics()
Hi, I understand that you are trying to download the graphic content in a tightly cropped format, but in your case, it is crop...

約1年 前 | 0

| 採用済み