Prev: Error
Next: Error in ginput
From: Timur Ametov on 9 Feb 2007 03:41 Hi Everybody, I have next problem. In my program I use rgb2gray function. On two computers (one have MatLab 7.0.*, another - MatLab 7.3.*) it works without problem. On the third computer with MatLab 7.0.* an error comes : "??? Undefined command/function 'rgb2gray' ". What could it mean? or why does this error come? has anybody some ideas? Thank you very much, Tim(ur)
From: J�r�me on 9 Feb 2007 03:49 hi, did you install the IP toolbox on this machine ? J�r�me
From: Michael Wild on 9 Feb 2007 04:12 Timur Ametov wrote: > Hi Everybody, > > I have next problem. In my program I use rgb2gray function. On two > computers (one have MatLab 7.0.*, another - MatLab 7.3.*) it works > without problem. On the third computer with MatLab 7.0.* an error > comes : "??? Undefined command/function 'rgb2gray' ". > > What could it mean? or why does this error come? has anybody some > ideas? > > Thank you very much, > > Tim(ur) > on that third computer you do not have the image processing toolbox installed. you can check this with the "ver". michael
From: Timur Ametov on 9 Feb 2007 04:25 On 9 Feb., 10:12, Michael Wild <themiwi.REMOVE.T...(a)student.ethz.ch> wrote: > Timur Ametov wrote: > > Hi Everybody, > > > I have next problem. In my program I use rgb2gray function. On two > > computers (one have MatLab 7.0.*, another - MatLab 7.3.*) it works > > without problem. On the third computer with MatLab 7.0.* an error > > comes : "??? Undefined command/function 'rgb2gray' ". > > > What could it mean? or why does this error come? has anybody some > > ideas? > > > Thank you very much, > > > Tim(ur) > > on that third computer you do not have the image processing toolbox > installed. you can check this with the "ver". > > michael Thank you, I will test it. Tim(ur)
|
Pages: 1 Prev: Error Next: Error in ginput |