[Numpy-discussion] matlab for numpy users

Sturla Molden sturla at molden.no
Thu Sep 17 05:58:20 EDT 2009


Christian K. skrev:
> Is there something like broadcasting in matlab? 
Matlab does not do automatic broadcasting like NumPy and Fortran 95. You 
have to broadcast manually, mostly using repmat (but there are other 
ways as well). This should help:

http://home.online.no/~pjacklam/matlab/doc/mtt/doc/mtt.pdf 
<http://home.online.no/%7Epjacklam/matlab/doc/mtt/doc/mtt.pdf>


Sturla Molden





More information about the NumPy-Discussion mailing list