Display HeaderLines which were omitted during loading data

Hey there,
I have 2 questions connected with HeaderLines
1) How to display HeaderLines, which were omitted during loading data?
2) There is opportunity to load data with HeaderLines?
As regards the 2nd question, I am sure that I saw such kind of solution (HeaderLines was marked by gray) but now I just cannot find it.

2 个评论

Sure, but how are your reading in your data currently? What is your data file format?
Now I just use readtable with str.Properties.VariableNames

请先登录,再进行评论。

 采纳的回答

readtable and textscan do not store the headerlines. You would need to use other code to read the header lines. The code to use would depend on how the header lines were structured .
Header lines might be shown in gray in previews in importdata .

2 个评论

Thanks Walter Roberson for your suggestion! Indeed importdata stores HeaderLines. So, it let me allow to refer to them.
But, there is one drawback(?) or it is simply a results of that I can't find the right solution => I am a new user (I'm still learning of Matlab).
In case of readtable I just can use str.Properties.VariableNames command to name columns, which does't work with importdata.
You can examine the colheaders field in what is returned by importdata .

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Data Import and Analysis 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by