From help-request at octave dot org Wed Aug 10 08:50:34 2005 Subject: Re: doubt in char From: "Robert A. Macy" To: Jorge Barros de Abreu Cc: help at octave dot org 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 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 -------------------------------------------------------------