Why imline do not work in exe "compiled gui"??

"Imline" works fine when i run the code through matlab environment but it doesnot give any response in the compiled mode

 Accepted Answer

Is it listed in the mccExcluded.log file?

More Answers (2)

Adam
Adam on 19 Aug 2014
Are you calling it as lower case rather than 'Imline'? Also is it in the list files that were compiled into your executable?
Thanks for your reply not it is not listed in that file, But when I looked at the log file of the built exe, I found that the function is not defined {Undefined function 'imline' for input arguments of type 'double'. any solutions "how to enforce inclusion?"

2 Comments

which imline
should tell you where the file is, then you can just add it in the compiler.
i included imline and imroi as interited class and it works. Thanks for all your help

Sign in to comment.

Categories

Find more on Environment and Settings 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!