Answered
option training progress plot for RCNN Detector
Hi, The specific ‘training-progress’ is not available for ‘Plots’ Property for trainRCNNObjectDetector. I would suggest you t...

6 years ago | 0

| accepted

Answered
Raw Data to Import in System Identification
Hi, From the specific example of Identifying the transfer function of the system, I suggest converting the input and output da...

6 years ago | 0

| accepted

Answered
Hello, I have a large EEG dataset for which I need to do Independent Component Analysis (ICA)? Any leads on how to do it?
Hi, For Reducing the dataset exact Independent Component Analysis (ICA) doesn’t exist but you may use rica for doing the dimen...

6 years ago | 3

Answered
Faded color under area of curve
Hi, There is a similar answer which may be of revelance to you : https://www.mathworks.com/matlabcentral/answers/1387-area-plot...

6 years ago | 0

Answered
Tutorials for machine learning, e.g. predict future energy use
Hi, For Starting up in Machine Learning you refer to Statistics and Machine Learning Toolbox. There are many examples in which...

6 years ago | 1

| accepted

Answered
Denoising Radar Image from White Noise
Hi, Since you are plotting the “Doppler Frequency” vs “azimuth” on figure it cannot be directly imported as an Image Format fi...

6 years ago | 1

| accepted

Answered
How to calculate the average gradient of an image?
Hi, As per the formula you have mentioned above, the syntax for Calculating ‘AG’ is mistaken. For implementing the formula, yo...

6 years ago | 0

Answered
Using GPU on multiple nested loops
Hi, For speeding up the code you need to first vectorize the three loops inside the main loop as they are independent of each ...

6 years ago | 0

Answered
How to plot Nightingale Rose Chart in Matlab
Hi, In my understanding the pie charts you are trying to plot can be drawn using polarhistogram. From the figure you have atta...

6 years ago | 1

| accepted

Answered
3-D Brain Tumor Segmentation ERROR
Hi, The issue exposed here is related to low GPU memory. That being said, the following error should not be thrown. I have hea...

6 years ago | 0

| accepted

Answered
how to plot 3-d objective function with my two variables with the fmincon algorithm use
Hi, There is a similar question which may be of relevance to you: https://www.mathworks.com/matlabcentral/answers/477013-un...

6 years ago | 0

Answered
unable to plot 3-d surface with fmincon
Hi, In my understanding you are trying to visualize the two variables and objective function value with respect to the iterati...

6 years ago | 0

| accepted

Answered
How to predict multiple time series data using deep learning
Hi, In my understanding you trying to use Regression based LSTM to predict the PM10 concentration as mentioned in the question...

6 years ago | 1

Answered
How to give the agent reward after simulation is done instead of giving it simultaneously?
Hi, I understand you are using MATLAB’s rlwatertank example as a base for training motor + PID controller and want to update t...

6 years ago | 0

| accepted

Answered
Issue of maximizing a profit function
Hi, From the example given by you I can understand that the profit maximization problem is an unconstrained optimization probl...

6 years ago | 0

| accepted

Answered
Is it possible to assign variables to a script?
In my understanding, you want to assign different names to the returning variables from the scripts even if the notation is same...

6 years ago | 1

| accepted

Answered
Neural network outputting average values of all traiining data
In my understanding, you are using unetLayers from Deep Learning Toolbox for constructing the Neural Network. Also, the Ground t...

6 years ago | 0