[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: imshow() error
From: |
Mike Miller |
Subject: |
Re: imshow() error |
Date: |
Wed, 28 Aug 2013 08:16:50 -0400 |
On Wed, Aug 28, 2013 at 17:38:38 +0530, Dincy Paul wrote:
> I have some problem with imshow() function in octave 3.2
> [...]
> error: invalid use of script in index expression
> error: called from:
> error: /usr/share/octave/3.2.3/m/image/imshow.m at line 166, column 9
> error: /home/keltron/image.m at line 5, column 1
Try renaming your script to something else, image is the name of an
Octave function that your script is overriding in this case.
HTH,
--
mike
- imshow() error, Dincy Paul, 2013/08/28
- Re: imshow() error,
Mike Miller <=