フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to upload a csv excel file with full of real values

1 回表示 (過去 30 日間)
Seyhan Emre Gorucu
Seyhan Emre Gorucu 2013 年 5 月 2 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hello I am able to do csvread('results.csv') which reads the values from the corresponding file. It works well with integers. However, when I try to upload a file with real values such 123.124, then it gives the following error:
??? Error using ==> dlmread at 145
Mismatch between file and format string.
Trouble reading number from file (row 1, field 147) ==> nit
Error in ==> csvread at 52
m=dlmread(filename, ',', r, c);
Error in ==> ILJvsOJS at 12
csvread('results9.csv');
Thank you for your help.

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by