[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
what is the proper syntax ?
From: |
Christoph Ellenberger |
Subject: |
what is the proper syntax ? |
Date: |
Mon, 17 Aug 2009 18:29:00 +0200 |
Sorry to bother with something so trivial but I am not finding the proper
syntax anywhere.
I try to extend a vector [1 2 3] into a matrix
1 2 3
1 2 3
1 2 3
...
using any possible combination I think it might be (also the ones I am sure
they are not)
[1 2 3].* ones(10,1)
[1 2 3].* ones(10,3)
[1 2 3].* ones(10,1)'
[1 2 3].* ones(10,3)'
[1 2 3]* ones(10,1)
[1 2 3]* ones(10,3)
[1 2 3]* ones(10,1)'
[1 2 3]* ones(10,3)'
...
and I always get an error using MinGW 3.2.0. Can someone point me to the proper
syntax and confirm that it is or is not a bug ?
Thank you very much
christoph
--
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
- what is the proper syntax ?,
Christoph Ellenberger <=