Clear Filters
Clear Filters

Why is matlab not allowing me to load this data?

2 views (last 30 days)
>> 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.

Accepted Answer

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

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!