How to remove header row from a .mat file

4 views (last 30 days)
VicPeters
VicPeters on 7 May 2016
Commented: Walter Roberson on 7 May 2016
Hi everyone, I have a problem with a .mat file I imported through the matlab querybuilder and Odbc-Sqlite datasource. When the data was imported to matlab work space, every subset of the matrix always carry the column headers. Because of the headers I cannot use the matrix at all. Is there any way I can remove the column headers in matlab?
  2 Comments
VicPeters
VicPeters on 7 May 2016
As a result of the above problem I got the error: "Duplicate variable names with distinct data."
Walter Roberson
Walter Roberson on 7 May 2016
Is class() of your variable showing either "dataset" or "table" ?

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!