Azzera filtri
Azzera filtri

why doesn't the vectorization work?

1 visualizzazione (ultimi 30 giorni)
Vitaly
Vitaly il 1 Ago 2011
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 Commenti
Walter Roberson
Walter Roberson il 1 Ago 2011
say, I think you might be right, cyclist!
Walter Roberson
Walter Roberson il 2 Ago 2011
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.

Accedi per commentare.

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by