help-octave
[Top][All Lists]
Advanced

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

Re: plot() command does not work


From: Jordi Gutiérrez Hermoso
Subject: Re: plot() command does not work
Date: Sat, 6 Nov 2010 23:06:56 -0600

On 6 November 2010 17:56, Isaac Lorencez <address@hidden> wrote:
> I've installed octave 3.2.4 on a windows xp system and when I try:
>
> octave:2> t = linspace (0, 1.0, 50)';
> octave:3> x = sin(t)
> octave:4> plot (t,x);
> warning: isstr is obsolete and will be removed from a future version of
> Octave, please use ischar instead
> octave:5>

Bugs, bugs everywhere:

     http://wiki.octave.org/wiki.pl?OctaveForWindows

Grep down to where it says "oct2mat".

- Jordi G. H.


reply via email to

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