How can I replace "readtable"?
古いコメントを表示
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
2016 年 5 月 3 日
0 投票
Have you looked at xlsread?
カテゴリ
ヘルプ センター および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!