help-octave
[Top][All Lists]
Advanced

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

Re: MAtrix operations in Windows


From: Martin Helm
Subject: Re: MAtrix operations in Windows
Date: Mon, 22 Apr 2013 15:26:04 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

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}


reply via email to

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