作者normanT (門中有心)
看板MATLAB
標題[討論] 請問csvread要讀取的檔案該放哪?
時間Tue Dec 13 23:39:48 2011
之前用matlab7都是放在 C:\MATLAB7\work
但是現在用2009a卻沒有這個資料夾
自己建了資料夾還是沒辦法讀取
指令應該沒輸錯吧?
M=csvread('bl.CSV');
M
卻都出現這樣的訊息
??? Error using ==> dlmread at 145
Mismatch between file and format string.
Error in ==> csvread at 52
m=dlmread(filename, ',', r, c);
Error in ==> Untitled7 at 2
M=csvread('bl.CSV');Trouble reading number from file (row 1, field 1) ==> PK
請高手幫幫忙~~
感激不盡
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 223.136.140.134
1F:推 Raymond0710:預設是 文件->MATLAB 不然將資料夾add to path 12/14 00:44
2F:→ Steven0422:csvread讀進來的檔案內容只能是numeric values 12/14 22:34