Undefined function or variable 'cvpartition'.
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
for the follwoing code:
P = cvpartition(Y,'Holdout',0.20);
Am facing "Undefined function or variable 'cvpartition' " error, while I have already installed "Statistics and Machine Learning Toolbox".
Any advice please, how can I fix this issue.
Thank you
2 Commenti
dpb
il 19 Ago 2019
What do
which -all cvpartition
and
ver
return (for latter, can elide your license number...)
Risposte (0)
Vedere anche
Categorie
Scopri di più su Model Building and Assessment in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!