Clear Filters
Clear Filters

While compiling my MATLAB code,I am getting following error: "Warning: an error occurred while parsing class emlcoder.I​nferenceRe​port: Undefined function 'findclass' for input arguments of type 'double'." When I am running my matlab code,its working fine

1 view (last 30 days)
While compiling my MATLAB code,I am getting following error: "Warning: an error occurred while parsing class emlcoder.InferenceReport: Undefined function 'findclass' for input arguments of type 'double'." When I am running my matlab code,its working fine.then Why i am getting this error?I am using MS Visual studio 2010 compiler
  1 Comment
amit pathania
amit pathania on 19 May 2012
I am working in MATLAB 2012a on Windows7.I have created a project on image processing so I have created few m-files for different image processing functions.there is GUI where user can select different sources and then based on user selection,he is directed to different m files.Now i want to create a single executable with all m-files,fig files,mat files.
I am using MS VS 2010 compiler.When i use deployment tool and add all files to my project,it starts compiling but i get following error:
"Warning: an error occurred while parsing class emlcoder.InferenceReport: Undefined function 'findclass' for input arguments of type 'double'."
When I am running my matlab code,its working fine.then Why i am getting this error?

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!