[Numpy-discussion] matlab for numpy users

David Cournapeau david at ar.media.kyoto-u.ac.jp
Thu Sep 17 02:41:48 EDT 2009


Hi Christian,

Christian K. wrote:
> Hi,
>
> this is probaby an unusual question here from someone used to numpy who is 
> forced to work with matlab and it is not exactly the right place to ask. Sorry 
> for that.
>
> Is there something like broadcasting in matlab? 

Not really (except for trivial things like scalar-matrix operations).
The usual way to do it in matlab is repmat, which helps you doing
'manual broadcasting'.

cheers,

David



More information about the NumPy-Discussion mailing list