Aman
MathWorks
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
Estadística
0 Preguntas
30 Respuestas
CLASIFICACIÓN
3.581
of 295.569
REPUTACIÓN
14
CONTRIBUCIONES
0 Preguntas
30 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
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. ...
alrededor de 1 año hace | 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 ...
alrededor de 1 año hace | 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...
alrededor de 1 año hace | 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...
alrededor de 1 año hace | 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...
alrededor de 1 año hace | 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 ...
más de 1 año hace | 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...
más de 1 año hace | 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...
más de 1 año hace | 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. ...
más de 1 año hace | 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...
más de 1 año hace | 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 ...
más de 1 año hace | 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...
más de 1 año hace | 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...
más de 1 año hace | 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 ...
más de 1 año hace | 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...
más de 1 año hace | 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...
más de 1 año hace | 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...
más de 1 año hace | 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...
más de 1 año hace | 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...
más de 1 año hace | 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...
más de 1 año hace | 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...
más de 1 año hace | 0
| aceptada
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...
más de 1 año hace | 0
| aceptada
¿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...
más de 1 año hace | 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....
más de 1 año hace | 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...
casi 2 años hace | 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...
casi 2 años hace | 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 ...
casi 2 años hace | 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...
casi 2 años hace | 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 ...
casi 2 años hace | 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...
casi 2 años hace | 0
| aceptada