Can I change a column values to RowNames in matlab -
i have column imported .csv file contains rows "dates". possible import these values rownames table in matlab?
what have done created variable import these dates mixed numeric values. how can import these values table rownames?
since rownames type double how can 'import' char dates?
you can use import assistant. if go home tab > import data. select file.
you can choose type of imported data: table (with names), column vectors (separated variables names), ...
if want know how coded, can go "import selection" button , click "generate script". creates script can see necessary code same thing assistant can do.
Comments
Post a Comment