Getting warning about IPTCHECKNARGIN when using IMLINE after 2012a upgrade
이전 댓글 표시
I created a gui using imline for selecting range on some figures. It works great and still does. After I updated to 2012a, however, I get multiple warnings whenever I call IMLINE, indicating that IPTCHECKNARGIN will be removed from a future version of Matlab.
I know I can silence these warnings simply by using WARNING but I'm worried that my implementation of IMLINE will stop working on the next upgrade. Is IMLINE upgradable/replaceable without writing my own version (NOT fun at all!)? I'm also a bit confused that Mathworks apparently didn't bother to update their own code.
For what it's worth, calling IMLINE directly from the command line causes the same warning.
Thanks for any help!
채택된 답변
추가 답변 (1개)
Craig Szymanski
2013년 2월 14일
0 개 추천
댓글 수: 3
Sean de Wolski
2013년 2월 14일
@Craig, the usual trifecta is:
restoredefaultpath;
rehash toolboxcache;
savepath
What is the output from:
which -all imline
? This may point to another clue.
Craig Szymanski
2013년 2월 18일
Image Analyst
2013년 2월 18일
You probably ran the older version after you installed and ran the newer version. Maybe that's why your path got changed.
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!