Does matlab have matrix broadasting

조회 수: 1 (최근 30일)
cyril
cyril 2014년 4월 15일
댓글: Walter Roberson 2014년 4월 15일
This
x=[1:3]'; x.^(1:5)
would work on Octave thanks to Broadcasting
sadly not in matlab

채택된 답변

Walter Roberson
Walter Roberson 2014년 4월 15일
No, MATLAB does not have that. See bsxfun() and repmat()
  댓글 수: 2
cyril
cyril 2014년 4월 15일
thanks, is it really possible with bsxfun and repmat? I've not found how
Walter Roberson
Walter Roberson 2014년 4월 15일
bsxfun(@power,x,1:5)

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

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by