1. 程式人生 > >在使用Matlab過程中遇到的問題及其可能的解決辦法

在使用Matlab過程中遇到的問題及其可能的解決辦法

問題1:

Caught "std::exception" Exception message is:

Message Catalog MATLAB:load was not loaded from the file. Please check file location, format or contents

原因:對檔案進行操作,一直迴圈不斷開啟新的檔案,而沒有關閉檔案,導致錯誤;

解決辦法:檢查程式,看有沒有沒有關閉的檔案;