Extract only the data without the header - Matlab

后端 未结 0 1153
轻奢々
轻奢々 2021-01-30 04:08

How can I extract only the data without the header?

clc;
clear all;
 
mt = readtable(\'messy.csv\',\'TreatAsEmpty\',{\'.\',\'NA\'});
tableHeader = mt.Properties.V         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题