フィルターのクリア

Get MatLAB to read data instead of text

4 ビュー (過去 30 日間)
Emily McLain
Emily McLain 2022 年 11 月 15 日
コメント済み: Walter Roberson 2022 年 11 月 15 日
I have some data in Excel that I'm trying to import into MatLAB. The imported file works fine, except MatLAB is recognizing the first colum as text instead of data. Essentially, MatLAB skips the first column of data and goes right to the second because it thinks the first column is text. This has really screwed up my code/data plots... Does anyone know how to get MatLAB to read text as data?

回答 (1 件)

David Hill
David Hill 2022 年 11 月 15 日
t=readtable('yourFile.csv');
  1 件のコメント
Walter Roberson
Walter Roberson 2022 年 11 月 15 日
readmatrix instead of readable if you want to force the first column to numeric. Or else fiddle with import options.
Or possibly the situation calls for HeaderLines

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by