Load MAT file Error
Ältere Kommentare anzeigen
Hello!
I'm trying to load MAT file in a bio class.
I get this error.
>> load prostatecancerdata.mat Warning: Variable 'prostate_data_matrix' originally saved as a bioma.data.DataMatrix cannot be instantiated as an object of MCOS class and will be read in as a uint32. >>
Do you have any idea?
Thanks
BR
Akzeptierte Antwort
Weitere Antworten (1)
Kaustubha Govind
am 9 Nov. 2011
2 Stimmen
As the warning says, it appears that you have an object of type bioma.data.DataMatrix in your MAT-file, but you do not have the the class on your MATLAB path, so MATLAB can't load it properly. Add the class to your MATLAB path and try loading it again.
Kategorien
Mehr zu Workspace Variables and MAT Files finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!