フィルターのクリア

Why is matlab not allowing me to load this data?

1 回表示 (過去 30 日間)
LM
LM 2017 年 11 月 16 日
回答済み: Walter Roberson 2017 年 11 月 16 日
>> load('assignment_data17.mat') Error using load Unable to read MAT-file /Users/apple/Desktop/Financial Econometrics/assignment_data17.mat. Not a binary MAT-file. Try load -ASCII to read as text.

採用された回答

Walter Roberson
Walter Roberson 2017 年 11 月 16 日
Somehow your .mat file got overwritten with a single text '0' . You will need to get another copy of the file.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeWorkspace Variables and MAT-Files についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by