help-octave
[Top][All Lists]
Advanced

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

Re: [a b c]=[1 2 3]


From: James Sherman Jr.
Subject: Re: [a b c]=[1 2 3]
Date: Tue, 9 Jun 2009 14:38:34 -0400

I think you want the function deal.

[a b c] = deal(1,2,3)

On Tue, Jun 9, 2009 at 1:31 PM, oxy <address@hidden> wrote:
Hi all,

i know, there is a command to assign at once all elements
of a vector like:

[a b c] = [1 2 3]

I cant find it. Does anyone remember?

Thanx ...
_______________________________________________
Help-octave mailing list
address@hidden
https://www-old.cae.wisc.edu/mailman/listinfo/help-octave


reply via email to

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