merge different data set into single table
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have different data sets with different column length and different variable name as patient id. I want to save them in single table for statistical analysis with patient id on top without adding zeros. e.g. like this
% code
A B C
1 3 4
2 4
7
P.S: I want to use final data in Classification learner which is not taking variables separately.
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Classification in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!