2013-02-24 113 views
1

我最近安裝matlab R2012a當我鍵入ver我看到未定義功能「insertObjectAnnotation」

Computer Vision System Toolbox      Version 5.0  (R2012a) 

與其他工具箱一起。我想這意味着工具箱已安裝? 當我嘗試運行

videoOut = insertObjectAnnotation(double(videoFrame), 'rectangle', bbox, 'Face'); 

類似問題"error in Undefined function 'insertObjectAnnotation' in matlab"使用double建議,但是當我運行它,我得到

Undefined function 'insertObjectAnnotation' for input arguments of type 'double'.

所以我來說which insertObjectAnnotation之後,我得到'insertObjectAnnotation' not found.

是什麼這意味着我應該如何解決這個問題?

+0

可能重複[錯誤在未定義的函數'insertObjectAnnotation'在matlab中](http://stackoverflow.com/questions/13867635/error-in-undefined-function-insertobjectannotation-in-matlab) – Dima 2013-10-30 18:40:26

回答

2

函數insertObjectAnnotationintroduced to Matlab in R2012b。因此,它不適用於您的Matlab版本。

+0

好的......謝謝...有沒有辦法更新matlab或工具箱到最新版本,以便我不必再次支付? – 2013-02-25 05:02:44

+0

@RohanKandwal:如果您訂閱了Software Mainenance Service,您將免費獲得更新。換句話說,沒有沒有辦法升級版本沒有支付*的東西*。 – Jonas 2013-02-25 13:21:38