필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 2 (최근 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