merge different data set into single table
显示 更早的评论
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 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Classification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!