how to label my data into several classes in the format of dataset?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have a matrix of
df =randi(10,100,1)
and i have a class numbers as follows:
df2 = randi ([1 2], 100, 1);
now how to assign the df2 to df1 and make the format as dataset?
0 commentaires
Réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!