Azzera filtri
Azzera filtri

??? Error using ==> vertcat CAT arguments dimensions are not consistent.

1 visualizzazione (ultimi 30 giorni)
I keep getting this error: ??? Error using ==> vertcat CAT arguments dimensions are not consistent. when I am writting down this: [1.8+max(f2);max(f2);min(f3);max(f4)]; what should I do to avoid this ?

Risposta accettata

hadi
hadi il 26 Mag 2012
yes f1 and f2 and f3 and f4 all of them are 1x111 column vector.
  3 Commenti

Accedi per commentare.

Più risposte (1)

Walter Roberson
Walter Roberson il 26 Mag 2012
What are the size() of f2, f3, and f4?
Also should that 1.8+max(f2) be 1.8+max(f1) ?

Community Treasure Hunt

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

Start Hunting!

Translated by