mat file cannot be opened in R2015a
Afficher commentaires plus anciens
Hi all
I have this mat file containing a DataSet.
I can open it in Matlab R2020a, R2020b and R2021a, but I cannot open it R2015a...
I tried googling the error, but I couldn't find a single hit on the RamDatasetStorage error :/
Any hint?
>> load('foo.mat')
Warning: Cannot load an object of class 'RamDatasetStorage':
Its class cannot be found.
Réponses (1)
Cris LaPierre
le 31 Mar 2021
0 votes
It appears you are using a class that is not supported in R2015a. For what it's worth, I can't open it in R2016a either. I don't have R2016b installed, but it opens in R2017a.
In R2016a, the error mentions the Simulink.SimulationData.Storage class. In the release notes, I do see some additions to the SimulinkData object in 16b and 17a.
2 commentaires
Luca Costantino
le 31 Mar 2021
Modifié(e) : Luca Costantino
le 31 Mar 2021
Cris LaPierre
le 31 Mar 2021
I think the suggestions made in this post apply here. Basically, you need functionality that did not exist in MATLAB prior to 16b or 17a. The only way to get it is to update to one of those versions. The other alternative is to try to create the SimulationData without using the RamDatasetStorage class. However, this appears to be an under-the-hood use, so you might not be able to control that.
Catégories
En savoir plus sur Workspace Variables and MAT Files dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!