필터 지우기
필터 지우기

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 CenterFile Exchange에서 Workspace 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