How can I replace "readtable"?

11 Ansichten (letzte 30 Tage)
Veronica Cruz Martinez
Veronica Cruz Martinez am 3 Mai 2016
Beantwortet: Kevin am 3 Mai 2016
I have a code written in R2015a where the fuction readtable is used, but I needed to change it for R2012b, so how can I replace readtable on R2012b?
T=table2array( readtable(Asigna,'Delimiter','|','ReadVariableNames',false));

Antworten (1)

Kevin
Kevin am 3 Mai 2016
Have you looked at xlsread?

Community Treasure Hunt

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

Start Hunting!

Translated by