help-octave
[Top][All Lists]
Advanced

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

Re: matlab evaluation request


From: Fotios Kasolis
Subject: Re: matlab evaluation request
Date: Wed, 1 Sep 2010 09:55:00 +0200

Here we are:

EDU>> x = struct ('a', 1, 'b', 2);
y = struct ([]);
[x, y]

ans = 

    a: 1
    b: 2

/Fotios

On Sep 1, 2010, at 9:52 AM, Jaroslav Hajek wrote:

> x = struct ('a', 1, 'b', 2);
> y = struct ([]);
> [x, y]



reply via email to

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