Create a table with 2 header lines followed by numeric data
header line 1 = string
header line 2 = string
line 3:end = numeric data
How do I create a table with two header lines followed by the numeric data?
I have been using table(numeric data, ‘VariableNames’, header line 1) but cannot find a way to have two header lines before the numeric data begins.
Any help would be much appreciated.header line 1 = string
header line 2 = string
line 3:end = numeric data
How do I create a table with two header lines followed by the numeric data?
I have been using table(numeric data, ‘VariableNames’, header line 1) but cannot find a way to have two header lines before the numeric data begins.
Any help would be much appreciated. header line 1 = string
header line 2 = string
line 3:end = numeric data
How do I create a table with two header lines followed by the numeric data?
I have been using table(numeric data, ‘VariableNames’, header line 1) but cannot find a way to have two header lines before the numeric data begins.
Any help would be much appreciated. table MATLAB Answers — New Questions