Why can't I access Toolbox functions
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 18 de Nov. de 2018
what shows up when you use "which" to ask about them ?
Have you done
rehash toolboxcache
after you install them ?
ChiPhi85
el 18 de Nov. de 2018
"...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
el 18 de Nov. de 2018
ChiPhi85
el 18 de Nov. de 2018
ChiPhi85
el 18 de Nov. de 2018
ChiPhi85
el 18 de Nov. de 2018
Image Analyst
el 18 de Nov. de 2018
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
el 18 de Nov. de 2018
Walter Roberson
el 18 de Nov. de 2018
The information you found about drawrectangle() is for R2018b; in R2018a you would still use the other function.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre R Language en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!