octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: graphics-branch in CVS


From: Søren Hauberg
Subject: Re: graphics-branch in CVS
Date: Wed, 31 Jan 2007 09:53:35 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20070103)

John W. Eaton skrev:
I've merged the changes from the branch.  After updating, you will
need to at least run config.status in the top-level and scripts
directories.
Using the new code I can't display images:

octave:1> imshow(rand(100))
error: `img' undefined near line 57 column 16
error: evaluating argument list element number 1
error: if: error evaluating conditional expression
error: evaluating if command near line 57, column 3
error: called from `image' in file `/home/sh/Programmer//share/octave/2.9.9+/m/image/image.m' error: called from `imshow' in file `/home/sh/Programmer//share/octave/2.9.9+/m/image/imshow.m' error: octave_base_value::array_value(): wrong type argument `complex matrix'
error: evaluating if command near line 29, column 3
error: called from `__uiobject_draw_axes__' in file `/home/sh/Programmer//share/octave/2.9.9+/m/plot/__uiobject_draw_axes__.m'
error: evaluating switch command near line 55, column 4
error: evaluating for command near line 53, column 2
error: evaluating if command near line 37, column 7
error: evaluating if command near line 30, column 5
error: evaluating if command near line 29, column 3
error: called from `__uiobject_draw_figure__' in file `/home/sh/Programmer//share/octave/2.9.9+/m/plot/__uiobject_draw_figure__.m'
error: evaluating if command near line 57, column 5
error: evaluating if command near line 33, column 3
error: called from `drawnow' in file `/home/sh/Programmer//share/octave/2.9.9+/m/plot/drawnow.m'

Søren

P.S. Do you need the "drawnow()" at the end of image.m? Won't that be called when the function returns to the prompt?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]