Does matlab have matrix broadasting

1 visualización (últimos 30 días)
cyril
cyril el 15 de Abr. de 2014
Comentada: Walter Roberson el 15 de Abr. de 2014
This
x=[1:3]'; x.^(1:5)
would work on Octave thanks to Broadcasting
sadly not in matlab

Respuesta aceptada

Walter Roberson
Walter Roberson el 15 de Abr. de 2014
No, MATLAB does not have that. See bsxfun() and repmat()
  2 comentarios
cyril
cyril el 15 de Abr. de 2014
thanks, is it really possible with bsxfun and repmat? I've not found how
Walter Roberson
Walter Roberson el 15 de Abr. de 2014
bsxfun(@power,x,1:5)

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by