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));

답변 (1개)

Kevin
Kevin 2016년 5월 3일

0 개 추천

Have you looked at xlsread?

카테고리

질문:

2016년 5월 3일

답변:

2016년 5월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by