필터 지우기
필터 지우기

my H.W question

조회 수: 1 (최근 30일)
mohamed
mohamed 2013년 12월 4일
댓글: Matt J 2013년 12월 5일
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
José-Luis
José-Luis 2013년 12월 4일
  • doc for
  • doc ind2sub

댓글을 달려면 로그인하십시오.

채택된 답변

Matt J
Matt J 2013년 12월 4일
doc ndgrid
doc bsxfun
  댓글 수: 4
mohamed
mohamed 2013년 12월 4일
is is a H.W question and so far i i dont understand it
Matt J
Matt J 2013년 12월 5일
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

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by