Error using vertcat Dimensions of arrays being concatenated are not consistent.

1 vue (au cours des 30 derniers jours)
Kamar Ledgister
Kamar Ledgister le 21 Avr 2020
Commenté : Kamar Ledgister le 21 Avr 2020
sol = [alpha_2; W2; B2; W3; B_3; V3; a3; w; n; l; S; Ni; rh; rt; L_F]'
table = array2table(sol,'VariableNames',{'alpha_2','W2','B2','W3','B_3','V3','a3','w','n','l','S','Ni','rh','rt','L_F'})
  5 commentaires
Ameer Hamza
Ameer Hamza le 21 Avr 2020
Modifié(e) : Ameer Hamza le 21 Avr 2020
All the variables in sol = [...] have dimensions 1x5, except 'rh' and 'rt'. They should also have same dimensions.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by