help-octave
[Top][All Lists]
Advanced

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

Re: possible bug with plot command?


From: Jeremy Brower
Subject: Re: possible bug with plot command?
Date: Sun, 23 Oct 2011 12:41:35 -0700

Hi John and Tatsuro,

Thanks for the help. Removing the oct2mat package appears to have fixed the problem.

Take care,
Jeremy



On Sat, Oct 22, 2011 at 12:03 AM, Tatsuro MATSUOKA <address@hidden> wrote:
Hello

I assume you are using Octave on windows.
I may have met the oct2mat issue.
Please see
http://wiki.octave.org/wiki.pl?OctaveForWindows
 1. Standalone ports
 1.1. Octave 3.2.4 for Windows MinGW32
  Additional important topics found after the release:

Regards

Tatsuro
--- On Sat, 2011/10/22, Jeremy Brower wrote:

> Hi all. I'm a long time MATLAB user, and have very recently installed Octave (3.2.4) to check it out. I've got a weird issue going on with the plot command. Let's say I have a new, empty workspace, and I enter the command:
>
> figure(1),plot([1:3],[1:3])
>
> I get the warning message: "warning: isstr is obsolete and will be removed from a future version of Octave, please use ischar instead", and no figure window shows up. I can continue hitting enter, or entering other commands, and no figure window ever appears. Only when I enter "clear all" does figure(1) show up and show the original plot I've asked for.
>
> Am I doing something wrong to deserve this behavior?
>
> Thanks for the help.


reply via email to

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