How to read a .csv file in matlab?

4 ビュー (過去 30 日間)
Cordelle
Cordelle 2013 年 7 月 29 日
my .csv file opens in excel and every row is in the form:
2013 | 094 | 22:57:13 | 2456387.456 | 5.002 | 0.006 | 4.992 | 0.001 | -0.01 | -0.005 | 7.99 | 5 | 2 | 0
| : represents a space (it is not in the .csv file)
I would like to read every numeric value in the file (not including the semi-colon [:] )
thanks in advance,
Cordelle

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 7 月 29 日
  8 件のコメント
Azzi Abdelmalek
Azzi Abdelmalek 2013 年 7 月 29 日
a : numeri variable
b: text variable
c: both numeric and text variable
Cordelle
Cordelle 2013 年 7 月 29 日
being that I have three different arguments available, How can I re-write the info back into an excel file with a different name using
xlswrite(someName, argument)

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

その他の回答 (0 件)

カテゴリ

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