Why can't I access Toolbox functions

조회 수: 18 (최근 30일)
ChiPhi85
ChiPhi85 2018년 11월 17일
편집: Akshay Khadse 2018년 11월 20일
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
ChiPhi85
ChiPhi85 2018년 11월 18일
Ah right. I didn't include the MATLAB version as I presumed it would be to do with the toolbox, rather than the MATLAB version and that running the update would deal with it. In all honesty, I have little experience with toolboxes, so apologies if this is all trivial. Anyway:
-----------------------------------------------------------------------------------------------------
MATLAB Version: 9.4.0.949201 (R2018a) Update 6
Operating System: Microsoft Windows 10 Home Version 10.0 (Build 17134)
Java Version: Java 1.8.0_144-b01 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
-----------------------------------------------------------------------------------------------------
MATLAB Version 9.4 (R2018a)
Simulink Version 9.1 (R2018a)
Bioinformatics Toolbox Version 4.10 (R2018a)
Control System Toolbox Version 10.4 (R2018a)
Curve Fitting Toolbox Version 3.5.7 (R2018a)
DSP System Toolbox Version 9.6 (R2018a)
Data Acquisition Toolbox Version 3.13 (R2018a)
Database Toolbox Version 8.1 (R2018a)
Image Acquisition Toolbox Version 5.4 (R2018a)
Image Processing Toolbox Version 10.2 (R2018a)
Instrument Control Toolbox Version 3.13 (R2018a)
MATLAB Compiler Version 6.6 (R2018a)
MATLAB Compiler SDK Version 6.5 (R2018a)
MATLAB Report Generator Version 5.4 (R2018a)
Optimization Toolbox Version 8.1 (R2018a)
Signal Processing Toolbox Version 8.0 (R2018a)
SimBiology Version 5.8 (R2018a)
Simulink Control Design Version 5.1 (R2018a)
Spreadsheet Link Version 3.3.3 (R2018a)
Statistics and Machine Learning Toolbox Version 11.3 (R2018a)
Symbolic Math Toolbox Version 8.1 (R2018a)
My aim is:
1) Have an image pop up
2) Allow user to draw a shape (rectangle/circle/freehand) - how I found drawrectangle
3) Save the coordinates of the shape for future use
Walter Roberson
Walter Roberson 2018년 11월 18일
The information you found about drawrectangle() is for R2018b; in R2018a you would still use the other function.

댓글을 달려면 로그인하십시오.

채택된 답변

Akshay Khadse
Akshay Khadse 2018년 11월 20일
편집: Akshay Khadse 2018년 11월 20일
The drawcircle and drawrectangle were introduced in MATLAB R2018b. Usually, this information can be found at the bottom most part of the documentation page. You can confirm this from the following documentation links:
For MATLAB R2018a, you could use the imellipse and imrect. Please refer to the following documentation pages for more information:
Please take into account the following:
  1. It might be best to upgrade to MATLAB R2018b and use drawcirclre and drawrectangle as it is recommended to use these commands over imellipse and imrect in the above documentation.
  2. There are some differences in the working and application of the commands like the drawrectangle vs imrect and drawcircle vs imellipse.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by