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 .

 Réponse acceptée

Matt J
Matt J le 4 Déc 2013

1 vote

doc ndgrid
doc bsxfun

4 commentaires

mohamed
mohamed le 4 Déc 2013
i dont really understand
José-Luis
José-Luis le 4 Déc 2013
What have you tried so far? Your question sounds a lot like homework and people are not likely give you a straight answer.
mohamed
mohamed le 4 Déc 2013
is is a H.W question and so far i i dont understand it
Matt J
Matt J le 5 Déc 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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Programming dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by