Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
Zac li
Zac li le 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 commentaires
madhan ravi
madhan ravi le 2 Nov 2018
which toolbox ?
KSSV
KSSV le 2 Nov 2018
Probably you should transpose the result and use as input.

Connectez-vous pour commenter.

Réponses (1)

Honglei Chen
Honglei Chen le 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

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by