
readtable decide which coloumns are read as string and which as number. xlsx file
3 ビュー (過去 30 日間)
表示 古いコメント
Hi
Im trying to read an xlsx table, but readtable gives me the wrong format. some of my coloums are read as numbers and not strings. Thereby returning a NAN instead of the string i needed. My question. is there a way to force the datatype on readtable?
here is an example of how my data is set together in my input table

after reading into readtable it looks like this
RT = readtable("file.xlsx")
and here is the output

0 件のコメント
採用された回答
その他の回答 (1 件)
Peter Perkins
2022 年 3 月 24 日
Magnus, detectImportOptions and subsequent modifications on what it returns are what you are looking for. You can set any or all of the variable types, and a whole lot more.
0 件のコメント
参考
カテゴリ
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!