[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [newbie] prefered way to enter the values of a matrix interactively
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: [newbie] prefered way to enter the values of a matrix interactively |
Date: |
Tue, 16 Oct 2012 15:28:21 -0400 |
On 16 October 2012 15:04, Jean Dubois <address@hidden> wrote:
> What is the prefered way to enter the values of a matrix
> interactively.
Just type it with the right syntax:
octave:1> x = [1 2 3
> 4 5 6
> 42 45 27]
x =
1 2 3
4 5 6
42 45 27
HTH,
- Jordi G. H.
Re: [newbie] prefered way to enter the values of a matrix interactively,
Jordi Gutiérrez Hermoso <=