Borrar filtros
Borrar filtros

my H.W question

1 visualización (últimos 30 días)
mohamed
mohamed el 4 de Dic. de 2013
Comentada: Matt J el 5 de Dic. de 2013
hi please i cant solve this problem
Generate a matrix that each element is a function of its number of row and number of column as follow A (i ,j) = i^3 + j^3 .
  1 comentario
José-Luis
José-Luis el 4 de Dic. de 2013
  • doc for
  • doc ind2sub

Iniciar sesión para comentar.

Respuesta aceptada

Matt J
Matt J el 4 de Dic. de 2013
doc ndgrid
doc bsxfun
  4 comentarios
mohamed
mohamed el 4 de Dic. de 2013
is is a H.W question and so far i i dont understand it
Matt J
Matt J el 5 de Dic. de 2013
Do you understand why the following produces the output that it does? If so, you should think about how modifying it could help you.
>> bsxfun(@plus,[20 30 40 50].',[1 2 3])
ans =
21 22 23
31 32 33
41 42 43
51 52 53

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Programming 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