[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to create a Character Matrix with N rows and C columns ??
From: |
Paul Kienzle |
Subject: |
Re: How to create a Character Matrix with N rows and C columns ?? |
Date: |
Mon, 23 Apr 2001 20:30:49 +0100 |
User-agent: |
Mutt/1.2.5i |
Use
setstr(zeros(m,n))
or to initialize with blanks,
setstr(toascii(' ')*ones(m,n))
Paul Kienzle
address@hidden
On Mon, Apr 23, 2001 at 08:19:30AM +0200, Pascal DENIS (CME-AMST) wrote:
> thanks for your help
>
> I'newbie in octave use
>
> --
> Pascal Denis
> Ecole Superieure d'Ingenieurs de Marseille
> Centre Mecanique - Energetique
> Dpt Analyse & Modelisation des systemes Thermiques
> Tel : 00-33 (0)4-91.05.45.82
> Tel : 00-33 (0)4-91.05.46.61
> email : address@hidden
>
>
>
>
>
> -------------------------------------------------------------
> 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
> -------------------------------------------------------------
>
>
-------------------------------------------------------------
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
-------------------------------------------------------------