필터 지우기
필터 지우기

why doesn't the vectorization work?

조회 수: 1 (최근 30일)
Vitaly
Vitaly 2011년 8월 1일
I think that vectorization of code is the greatest thing in MATLAB. There is a one step to overcome limitations of vectorization is to allow this syntax:
((:,:,:),(:,:,:),(:,:,:))
that means the same as
(:,:,:)
but executed consequently from left to right.
Will this vectorization ever be supported?
  댓글 수: 5
Walter Roberson
Walter Roberson 2011년 8월 1일
say, I think you might be right, cyclist!
Walter Roberson
Walter Roberson 2011년 8월 2일
Your edit doesn't seem to provide any additional information. As Sean asked, please show a small example of how it might look and what the desired output would be.

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

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by