help-octave
[Top][All Lists]
Advanced

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

Re: MAtrix operations in Windows


From: Dick Pierce
Subject: Re: MAtrix operations in Windows
Date: Mon, 22 Apr 2013 09:30:24 -0400
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Martin Helm wrote:
Use [] instead of {} for matrices.

This is a matrix
a = [1 2 3]
b = [1 2 3; 4 5 6]

this is not a matrix but a cell array
c = {1 2 3}


Yeah, like I thought, pilot error. Need to change
those reading glasses! :-)

Thanks muchly.

--
+--------------------------------+
+         Dick Pierce            |
+ Professional Audio Development |
+--------------------------------+


reply via email to

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