How can I replace "readtable"?
Mostrar comentarios más antiguos
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));
Respuestas (1)
Kevin
el 3 de Mayo de 2016
0 votos
Have you looked at xlsread?
Categorías
Más información sobre Spreadsheets en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!