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

 채택된 답변

HYUNWOO NAM
HYUNWOO NAM 2011년 11월 10일

0 개 추천

I solved this error. This error occurred because I used lower version of bioinformatic tool. When upgraded, it works well. Thanks for your comments.

추가 답변 (1개)

Kaustubha Govind
Kaustubha Govind 2011년 11월 9일

2 개 추천

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.

카테고리

도움말 센터File 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