How can I split datasets
2 ビュー (過去 30 日間)
古いコメントを表示
Hello
How can I split dataset for non-numeric values
I am working on (diabetes) dataset which shown the effects of this disease according to age, gender, and class if 1st or 2nd type
I am getting error using this function ((gscatter))
採用された回答
Sourabh Kondapaka
2020 年 11 月 6 日
編集済み: Sourabh Kondapaka
2020 年 11 月 6 日
As you intend to use "gscatter()" function which takes categorical columns as one of the input argument, you can convert some of the columns into categorical columns and then use "gscatter()" function.
To convert a column into categorical columns please check this
A similar question on how to batch convert columns to categorical columns is linked here
For more information on "gscatter()" function please refer this
To learn more about MATLAB, you can refer this free course MATLAB ON RAMP
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!