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

2 views (last 30 days)
"Imline" works fine when i run the code through matlab environment but it doesnot give any response in the compiled mode

Accepted Answer

Image Analyst
Image Analyst on 19 Aug 2014
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?

Mustafa AlAttar
Mustafa AlAttar on 19 Aug 2014
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
Adam
Adam on 19 Aug 2014
which imline
should tell you where the file is, then you can just add it in the compiler.
Mustafa AlAttar
Mustafa AlAttar on 19 Aug 2014
i included imline and imroi as interited class and it works. Thanks for all your help

Sign in to comment.

Categories

Find more on Interactive Control and Callbacks 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!