error when loading a mat file

Hi,
I am simple trying to load a mat file called Step1 that has only two variables t20142018 and opts.When dowloading the file I receive a strange error. What could be the reason? I want to use opts to export excel files in other folders and I need to maintina the consistency. So I am afraid of chanfing anything in the opts variables that could affect my other imports.
opts = detectImportOptions(File);
A = readtable(File,opts); %
save step1 t20142018 opts
clear all
load step1
Error using matlab.io.DatetimeVariableImportOptions/set.Type (line 130)
Type cannot be set for datetime import options.
Use the setvartype function to change the variable type. For example,
opts = setvartype(opts, '', 'datetime')
Error in Step1_20142018 (line 25)
load step1

댓글 수: 2

madhan ravi
madhan ravi 2019년 3월 3일
upload your mat file
Wesso
Wesso 2019년 3월 3일
the file is 45 mb,which doesn't allow me to upload it . and I can't open it since it gives error.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Workspace Variables and MAT Files에 대해 자세히 알아보기

태그

질문:

2019년 3월 3일

댓글:

2019년 3월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by