Incorrect number of inputs for property-value pairs.

Post Reply
matlab1
Site Admin
Posts: 4797
Joined: Thu Dec 15, 2016 9:30 am
Contact:

Incorrect number of inputs for property-value pairs.

Post by matlab1 »

Incorrect number of inputs for property-value pairs.
matlab1
Site Admin
Posts: 4797
Joined: Thu Dec 15, 2016 9:30 am
Contact:

Re: Incorrect number of inputs for property-value pairs.

Post by matlab1 »

Some function in MATLAB, you can set some property-value pairs,
if you enter a incorrect number of inputs, you will see this error.

For example :

SVMModel = fitcsvm(X,Y,'Standardize',true,'KernelFunction','RBF',...
'KernelScale','auto');

If you enter

SVMModel = fitcsvm(X,Y,'Standardize',true,'KernelFunction','RBF',...
'KernelScale');

It will generate error.
Post Reply

Who is online

Users browsing this forum: No registered users and 10 guests