Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: imshow Error
Posted:
Jan 10, 2013 1:11 PM
|
|
"Michael " <mrg_1309@hotmail.co.uk> wrote in message <kch0kk$puq$1@newscl01ah.mathworks.com>... > Hello all, > > I've just started attempting to use the image processing toolbox and I have already run into some difficulty I can't seem to solve. When calling the imshow command I am presented with the following error. I've tried searching for a solution but they all seem to suggest that the Image Processing Tooolbox is simply not installed, however my 'ver' command shows it is and I do have a license available. > > >> I=imread('33mm 0.65z 0 B.jpg'); > >> save I > >> imshow(I) > ??? Undefined function or method 'imshow' for input arguments of type > 'uint8'. > > >> ver > ------------------------------------------------------------------------------------- > MATLAB Version 7.12.0.635 (R2011a) > MATLAB License Number: 82987 > Operating System: Microsoft Windows 7 Version 6.1 (Build 7601: Service Pack 1) > Java VM Version: Java 1.6.0_17-b04 with Sun Microsystems Inc. Java HotSpot(TM) 64-Bit Server VM mixed mode > ------------------------------------------------------------------------------------- > MATLAB Version 7.12 (R2011a) > Simulink Version 7.7 (R2011a) > Control System Toolbox Version 9.1 (R2011a) > Curve Fitting Toolbox Version 3.1 (R2011a) > Fixed-Point Toolbox Version 3.3 (R2011a) > Fuzzy Logic Toolbox Version 2.2.13 (R2011a) > Global Optimization Toolbox Version 3.1.1 (R2011a) > Image Processing Toolbox Version 7.2 (R2011a) > MATLAB Coder Version 2.0 (R2011a) > MATLAB Compiler Version 4.15 (R2011a) > Neural Network Toolbox Version 7.0.1 (R2011a) > Optimization Toolbox Version 6.0 (R2011a) > Parallel Computing Toolbox Version 5.1 (R2011a) > Robust Control Toolbox Version 3.6 (R2011a) > Signal Processing Toolbox Version 6.15 (R2011a) > SimHydraulics Version 1.9 (R2011a) > SimPowerSystems Version 5.4 (R2011a) > Simscape Version 3.5 (R2011a) > Simulink Coder Version 8.0 (R2011a) > Simulink Control Design Version 3.3 (R2011a) > Statistics Toolbox Version 7.5 (R2011a) > Symbolic Math Toolbox Version 5.6 (R2011a) > System Identification Toolbox Version 7.4.2 (R2011a) > Wavelet Toolbox > > Thank you in advance for any help you can give.
hi. put your image into the matlab folder.mostly matlab folder is available in document. if you put your image in desktop then give the path. hope it helps you.
|
|
|
|