Why can't I use imcrop from deployed executable
显示 更早的评论
Hey there all, I've run in to some trouble and cannot seem to find a solution. I'm deploying a simple executable that brings up a figure, displays an image, and calls imcrop to crop the image and returns the properties of the rectangle. The problem is when the program has been deployed the command prompt returns an error stating that imcrop is an undefined function for an input type of double. But I know I can place doubles, singles and int8s into it as I do it in the Matlab environment all the time. I've tried this in both 2015a and 2014a on Matlabs 32 bit versions. There is no message in the excluded files log telling me that imcrop has been ignored and from what I've read Matlab Compiler 6.0 can deploy imcrop and other modular interactive tools. What am I doing wrong?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!