[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: General
From: |
Carlo De Falco |
Subject: |
Re: General |
Date: |
Sun, 25 Oct 2015 07:35:47 +0000 |
On 25 Oct 2015, at 08:14, Jonathan Camilleri <address@hidden> wrote:
> Thank you for replying I think you made a wrong guess I am still confused,
> sorry.
No, Rod's guess was indeed correct.
If you compare your code:
> >> A = [1,2,3; 4,5,6];
> >> B = [7,8,9,10;11,12];
> error: vertical dimensions mismatch (1x4 vs 1x2)
To Rod's suggestion:
> Or try (just a guess) in Octave:
> A = [1,2,3; 4,5,6];
> B = [7,8; 9,10; 11,12];
Can't you see they are different?
c
- Re: General, Jonathan Camilleri, 2015/10/25
- Re: General,
Carlo De Falco <=