How to read give Filename.csv in MATLAB?

2 ビュー (過去 30 日間)
chandrapal Singh
chandrapal Singh 2018 年 5 月 24 日
コメント済み: Jan 2018 年 5 月 24 日
I want to load this file but I am getting the error as "Trouble reading 'Numeric' field from the file" Can anyone help? Thanks in advance.
  1 件のコメント
Jan
Jan 2018 年 5 月 24 日
You forgot to post the code. It is easier to suggest how to fix your code, than to guess, what your code is.

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

回答 (1 件)

KSSV
KSSV 2018 年 5 月 24 日
編集済み: KSSV 2018 年 5 月 24 日
USe xlsread
[num,txt,raw] = xlsread('FileName.csv') ;
or
T = readtable('FileName.csv') ;

カテゴリ

Help Center および File ExchangeData Import and Export についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by