Azzera filtri
Azzera filtri

Difference between size '[:140 x 1]' and 'size [140 x 1]'

1 visualizzazione (ultimi 30 giorni)
Zac li
Zac li il 2 Nov 2018
Risposto: Honglei Chen il 2 Nov 2018
Diagnostics says:'Size mismatch. Input 2 expected value of size [:140 x 1]. Found size [140 x 1].'
what is the difference between '[:140 x 1]' and 'size [140 x 1]'?
  2 Commenti
KSSV
KSSV il 2 Nov 2018
Probably you should transpose the result and use as input.

Accedi per commentare.

Risposte (1)

Honglei Chen
Honglei Chen il 2 Nov 2018
I assume this is what you get in your code generation report? [:140x1] means that the signal is a column vector with an upper bound of 140 elements, i.e., it could change but has at most 140 elements. On the other hand, [140x1] means the column vector is fixed size with 140 elements in it. You can find more information in the following link
HTH

Community Treasure Hunt

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

Start Hunting!

Translated by