問題:
我要從Matlab打開Excel檔取裡面的資料
使用以下指令去做執行
程式碼
//////////////////////////////////////
clear
xlsFile = 'A01.xlsx';
[number] = xlsread(xlsFile,'sheet 1');
出現錯誤訊息
/////////////////////////////////////
Caught "std::exception" Exception message is:
Invalid character code sequence detected.
Excel檔案內只有數字並沒有字元
使用2016版本
Matlab是R2017a版
有上網去爬文這錯誤訊息的相關資訊
但還是搞不太懂
不知道有人是否有相關經驗
感謝各位~