Undefined function or variable 'groundTruthLabeler'.
조회 수: 4 (최근 30일)
이전 댓글 표시
I have Matlab2017a I tried to use the App groundTruthLabeler but this error show up for me
Undefined function or variable 'groundTruthLabeler'.
I appreciate any suggestion...Thank You
댓글 수: 0
채택된 답변
Walter Roberson
2017년 12월 10일
groundTruthLabeler appears to be part of the Automated Driving System Toolbox, which was new as of R2017a (but I find that it existed in previews in R2015b).
The documentation for Automated Driving System Toolbox is locked down fairly tightly unless you have a license for it :(
댓글 수: 5
Andreas Goser
2017년 12월 14일
Correct... In order to test license availibility, one can use the license command like
license('test','productname')
Walter Roberson
2017년 12월 14일
Though unfortunately, ver() and license() use different product names, and some of them are not at all obvious, and there does not appear to be a table of product with corresponding product names and codes to use for licensing. (I suggested several years ago that such a table needed to be developed...)
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!