octave-maintainers
[Top][All Lists]
Advanced

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

Re: 3.4.3-rc0 cell withinh struct


From: Martin Helm
Subject: Re: 3.4.3-rc0 cell withinh struct
Date: Wed, 05 Oct 2011 20:49:30 +0200

Am Mittwoch, den 05.10.2011, 20:37 +0200 schrieb Juan Pablo Carbajal:
> s.a = {[1,2],'b'}

works here on linux

address@hidden:~> octave
GNU Octave, version 3.4.3-rc0
<snip>
octave:1>  s.a = {[1,2],'b'}
s =

  scalar structure containing the fields:

    a = 
    {
      [1,1] =

         1   2

      [1,2] = b
    }

tested also on a Win7 3.4.3rc0 build, works there as well.




reply via email to

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