Answered
What other way can I run a an array through MATLAB SIMSCAPE without error i.e. "Operand must be scalar"?
Hi Lihini, I understand that you want to perform element-wise multiplication operation on your area vector. The error you are ...

9 months ago | 0

Answered
Difficulties in creating a simscape component : "Number of variables exceeds number of equations"
Hi Quentin, I understand that you created a Simscape component and are facing an error with it. In a physical system, it is ...

9 months ago | 0

Answered
MATLAB CNN Classification Different Results When Shuffled Columns
Hi Hamza, I understand that you have tried to use 1D CNN with shuffled columns and got different results in each case. A CNN...

9 months ago | 1

Answered
fitnlm interpretation of results
Hi Pooneh, I understand that you have fitted a non-linear model to your data, and you want to analyse the goodness of fit for ...

9 months ago | 0

Answered
How I make a better pre-processing for machine learning?
Hi, I understand that you have a class imbalance in your dataset. The imbalance is further worsened by the preprocessing perfo...

10 months ago | 0

Answered
Error during deeplabv3+ fine tuning using the CamVid example
Hi Giovanni, I understand that you are encountering an error while training a DeepLabV3+ model in MATLAB R2021b. The error is ...

10 months ago | 0

Answered
Data Alignment Issues in Embedded Coder
Hi Tanmay, I understand that you encountered an error related to the use of the "&&" and "||" operators in the data alignment p...

10 months ago | 0

Answered
Neural network with multiple input
Hi Raffaele, I understand that you are trying to pass a concatenation of cell arrays as the input. The error you encountered i...

10 months ago | 0

Answered
Effect size in gctest
Hi Laurent, I understand that you have already performed the Granger causality test between variables A and B, as well as betw...

10 months ago | 0

Answered
How to get XAtMinObjective at each iteration
Hi Jonathan, I infer from your question that you need a way to save the value of “XAtMinObjective” for each iteration. There i...

10 months ago | 0

Answered
What is proper format of ValidationData of TrainingOptions in TrainNetwork?
Hi Daemo Lee, I understand that you are facing an error in passing the validation data to your model. The Validation data inpu...

10 months ago | 0

Answered
How can I improve the consistency of training algorithms result?
Hi Choong Yee, There could be several reasons for the lack of consistency in the results. Here are a few things to implement: ...

10 months ago | 0

Answered
How to load value from deep learning experiment to custom metric
Hi William, Since you have already written the metric function you want to use, you can pass the function handle to the "metri...

10 months ago | 0

Answered
Do data division input was needed in the ANN toolbox using nntool command?
Hi Emi, As you have correctly stated, there is no need to divide the input data into testing, training and validation sets befo...

10 months ago | 0

Answered
need to calculates the Posterior probability using fitcnb function classification
Hi Ibtihal, I understand that you have already created a Naïve Bayes Classifier using the “fitcnb” function. To calculate the p...

10 months ago | 0

Answered
Deep Network Designer - LSTM Training Data Post Processing and Creating a Datastore
Hi Patrick, The error you encountered is caused because you passed dsd_Test as your validation data, and MATLAB requires at le...

10 months ago | 0

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

10 months ago

Answered
Trying to find the RMSE between two (925 902) grids of elevation data points
Hi Todd, You can find the RMSE between two matrices either row-wise or column wise. I assume that you need the column wise RMS...

10 months ago | 0

Answered
validation function and input size change for mask r cnn
Hi Seon Je Kim, I have inferred from your first question that you want to use validation in the training process of the mask RC...

10 months ago | 0

Answered
How can I create a convolutional neural network that first classifies, and if a certain classification is met also performs regression.
Hi Kevin, I understand that you would like to use the same neural network for classification and regression tasks. Regardin...

10 months ago | 0