|
From: Stefan v. d. W. <st...@su...> - 2006-02-08 14:08:29
|
This is probably a silly question, but what is the best way of creating column vectors? 'arange' always returns a row vector, on which you cannot perform 'transpose' since it has only one dimension. mat(arange(1,10)).transpose() works, but seems a bit long-winded (in comparison to MATLAB's [1:10]'). I'd appreciate pointers in the right direction. Regards St=E9fan |