Why can't I access Toolbox functions
이전 댓글 표시
I have searched the usual channels and not found an answer. I am trying to access functions in the Image Processing Toolbox but they are undefined.
Other answers on here have led me to do some checks and I have found:
1) The toolbox is installed.
2) I have a licence for it (through my university) and I am logged into my account. I have checked this by looking at the toolboxes included as part of my university licence as well as checking from the command window using --- license checkout Image_Toolbox --- and received ans = 1
3) The addon is enabled.
I have also checked for and run updates.
댓글 수: 11
Walter Roberson
2018년 11월 18일
what shows up when you use "which" to ask about them ?
Have you done
rehash toolboxcache
after you install them ?
ChiPhi85
2018년 11월 18일
"...but the functions I am trying to use (drawrectangle and drawcircle) are not found."
Have you made any changes to the MATLAB Search Path? Or installed any third-party toolboxes that might have changed this Search Path?
"As an aside, how do you do inline code blocks such as the 'which' above?"
Select the text you want, click the M button (M for monospaced).
ChiPhi85
2018년 11월 18일
ChiPhi85
2018년 11월 18일
ChiPhi85
2018년 11월 18일
ChiPhi85
2018년 11월 18일
Image Analyst
2018년 11월 18일
That function was introduced in R2018b, but for some reason, when you made up your post, you chose not to tell us what release you're using. If it's not a secret, could you do this and tell us what it says?
>> ver
You can remove your license number before you post what it says though.
ChiPhi85
2018년 11월 18일
Walter Roberson
2018년 11월 18일
The information you found about drawrectangle() is for R2018b; in R2018a you would still use the other function.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 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!