フィルターのクリア

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 Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by