Effacer les filtres
Effacer les filtres

error when loading a mat file

2 vues (au cours des 30 derniers jours)
Wesso
Wesso le 3 Mar 2019
Commenté : Wesso le 3 Mar 2019
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 commentaires
madhan ravi
madhan ravi le 3 Mar 2019
upload your mat file
Wesso
Wesso le 3 Mar 2019
the file is 45 mb,which doesn't allow me to upload it . and I can't open it since it gives error.

Connectez-vous pour commenter.

Réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by