Strange Parse Error for Superclass; MATLAB Version Problem?
이전 댓글 표시
Hello!
I am using vendor supplied code to stream data from MATLAB to hardware. All of the code is in the following GitHub: https://github.com/analogdevicesinc/mathworks_tools/tree/master/iio_sys_obj
Anytime I attempt to run either of the m files, I instantly receive the following error:
"Error using iio_sys_obj The specified superclass 'matlab.system.mixin.CustomIcon' contains a parse error or cannot be found on MATLAB's search path, possibly shadowed by another file with the same name."
I know the code was written using 2013b, and I am currently stuck with 2013a. Could that be a source of the problem?
The code uses an additional Windows software driver found under the "Downloads" section here(but I do not think it has anything to do with this particular error): http://wiki.analog.com/resources/tools-software/linux-software/libiio/clients/matlab_simulink#downloads
Thank you for any assistance!
Will
답변 (1개)
per isakson
2014년 7월 30일
편집: per isakson
2014년 7월 30일
0 개 추천
"I know the code was written using 2013b, and I am currently stuck with 2013a."   That seems to be the reason.
I don't think it is noted in the Release notes, however search for "system.mixin.CustomIcon" in
- the R2013a online help and
- http://www.mathworks.se/help/search/doccenter/en/R2013b?qdoc=system.mixin.CustomIcon&submitsearch=Search
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!