photo

Aman

MathWorks

Last seen: etwa ein Monat vor Aktiv seit 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

Statistik

  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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. ...

etwa ein Jahr vor | 0

Beantwortet
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 ...

etwa ein Jahr vor | 0

Beantwortet
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...

etwa ein Jahr vor | 0

Beantwortet
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...

etwa ein Jahr vor | 0

Beantwortet
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...

etwa ein Jahr vor | 0

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

mehr als ein Jahr vor | 0

Beantwortet
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...

mehr als ein Jahr vor | 0

Beantwortet
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...

mehr als ein Jahr vor | 0

Beantwortet
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. ...

mehr als ein Jahr vor | 0

Beantwortet
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...

mehr als ein Jahr vor | 0

Beantwortet
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 ...

mehr als ein Jahr vor | 0

Beantwortet
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...

mehr als ein Jahr vor | 0

Beantwortet
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...

mehr als ein Jahr vor | 0

Beantwortet
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 ...

mehr als ein Jahr vor | 0

Beantwortet
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...

mehr als ein Jahr vor | 0

Beantwortet
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...

mehr als ein Jahr vor | 0

Beantwortet
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...

mehr als ein Jahr vor | 0

Beantwortet
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...

mehr als ein Jahr vor | 0

Beantwortet
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...

mehr als ein Jahr vor | 0

Beantwortet
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...

mehr als ein Jahr vor | 0

Beantwortet
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...

mehr als ein Jahr vor | 0

| akzeptiert

Beantwortet
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...

mehr als ein Jahr vor | 0

| akzeptiert

Beantwortet
¿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...

mehr als ein Jahr vor | 0

Beantwortet
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....

mehr als ein Jahr vor | 0

Beantwortet
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...

fast 2 Jahre vor | 0

Beantwortet
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...

fast 2 Jahre vor | 0

Beantwortet
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 ...

fast 2 Jahre vor | 1

Beantwortet
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...

fast 2 Jahre vor | 0

Beantwortet
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 ...

fast 2 Jahre vor | 0

Beantwortet
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...

fast 2 Jahre vor | 0

| akzeptiert