Error using zeros, Size inputs must be scalar
Ältere Kommentare anzeigen
train_data = zeros(num_train_data,1);
I get error on this line. I attached the screenshot of my num_train_data below.
PS Im new to matlab.

Antworten (1)
Walter Roberson
am 4 Sep. 2015
0 Stimmen
num_train_data should be referring to the number of training samples you have, not to the content of the training samples.
4 Kommentare
Js Goh
am 4 Sep. 2015
Walter Roberson
am 4 Sep. 2015
num_train_data = size(reresult,1);
Walter Roberson
am 4 Sep. 2015
Kategorien
Mehr zu Descriptive Statistics finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!