octave-maintainers
[Top][All Lists]
Advanced

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

Re: Problem with printing plots


From: Dmitri A. Sergatskov
Subject: Re: Problem with printing plots
Date: Thu, 8 Mar 2012 23:27:07 -0600

2012/3/8 Jordi Gutiérrez Hermoso <address@hidden>:

>    ../../run-octave -f -q -H -p
> /home/jordi/coding/vcs/octave-devel/doc/interpreter --eval
> "geometryimages ('voronoi', 'eps');"
>    error: get: A(I): index out of bounds; value 3 out of bound 2

I usually get this type of errors when I do (stupid) things like:

octave:1> sqrt=2
sqrt =  2
octave:2> sqrt(4)
error: A(I): index out of bounds; value 4 out of bound 1

Dmitri.
--


reply via email to

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