Prev: Error in nueral network
Next: Replotting Data
From: Bast on 17 Feb 2010 14:25 Hi everyone, Here is my problem, when I use the command imshow(myimage) it gives me an error message like this : ??? Undefined function or variable 'initial_mag_100'. Error in ==> imshow at 263 initSize(hh,initial_mag_100,is_border_tight) what is going on here ? I used imshow before and it worked well, I am a bit confused... thanks for you help
From: ImageAnalyst on 17 Feb 2010 14:31 Somehow your imshow got altered. I have R2010a and line 262 of imshow looks like this: initSize(hh,initial_mag/100,is_border_tight) so change that _ to a / and save it and it should work correctly.
From: Bast on 17 Feb 2010 14:49 wow that was exactly the problem, don't know how it happened! but thank you very much !
|
Pages: 1 Prev: Error in nueral network Next: Replotting Data |