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
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to