help-octave
[Top][All Lists]
Advanced

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

Re: doubt in char


From: Robert A. Macy
Subject: Re: doubt in char
Date: Wed, 10 Aug 2005 06:45:43 -0700

Should have come with the install.

Here is a copy of mine...
***char.m***
## Copyright (C) 2003 Alois Schloegl 
## $Revision: 1.2 $
## $Id: char.m,v 1.2 2003/03/01 18:15:44 schloegl Exp $
##
## This program is free software; you can redistribute it
and/or modify
## it under the terms of the GNU General Public License as
published by
## the Free Software Foundation; either version 2 of the
License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be
useful,
## but WITHOUT ANY WARRANTY; without even the implied
warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General
Public License
## along with this program; if not, write to the Free
Software
## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 02111-1307  USA

## usage: z = char(x)
##    converts numbers into character-arrays  
##  it the inverse function of toascii
##
## see also: TOASCII, SETSTR

function x = char(x),
        x = setstr(x);
endfunction
*****

                - Robert -

On Wed, 10 Aug 2005 07:50:56 +0000
 Jorge Barros de Abreu <address@hidden> wrote:
> Hi Henry.
> Where do I get char.m file??
> Thanks
> 
> Em Tue 09 Aug 2005 23:24, Henry F. Mollet escreveu:
> > Probably list of multiple string arguments
> > as outlined further down in the help text of char.m.
> > Henry



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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