help-octave
[Top][All Lists]
Advanced

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

Re: warning message in Octave-3.2.4


From: Tatsuro MATSUOKA
Subject: Re: warning message in Octave-3.2.4
Date: Fri, 18 Feb 2011 08:53:12 +0900 (JST)

Hello

John W. Eaton has shown more sophisticated solution but I cannot remember it.
My solution is

In
octaverc 
at
<snip>\Octave\3.2.4_gcc-4.4.0\share\octave\3.2.4\m\startup 

If the part 

pkg ("load", "auto"); 

is modified by 

warning ("off","Octave:deprecated-function"); 
pkg ("load", "auto"); 
warning ("on","Octave:deprecated-function"); 

,
the warning will be disappeared.

Regards

Tatsuro
 
--- Moo wrote:

> On Thu, Feb 17, 2011 at 8:54 AM, Hutchins, David J <
> address@hidden> wrote:
> 
> >
> >
> > I just installed Octave-3.2.4 on a Windows server 2003 x64 server, however
> > when running the examples from 1.2.5 I get the warning:
> >
> > warning: isstr is obsolete and will be removed from a future version of
> > Octave,
> >
> > please use ischar instead
> >
> >
> >
> > Is this normal?
> >
> >
> > <...>
> >
> Thanks, Dave
> >
> >
> It's just a warning to get you in the habit to use the ischar() instead of
> isstr() function, and change any scripts/functions you have to use ischar()
> instead of isstr(), since isstr() will be removed in a future version.  So
> yes, it's normal if isstr() showed up somewhere in the example scripts.
> > _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave
> 



reply via email to

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