Effacer les filtres
Effacer les filtres

horizontal concat of equi dimension matrix

2 vues (au cours des 30 derniers jours)
Praveen Kumar Ramani
Praveen Kumar Ramani le 30 Avr 2019
i have four matrix A1,A2,A3,A4 by horzcat i have to arrive a A matrix but A1,A2,A3 are dimensionally consistent and A4 is not... so i want to concat only A1,A2,A3 (dimensional consistent) matrix to arrive A by neglecting matrix A4
  1 commentaire
KSSV
KSSV le 30 Avr 2019
Ok.....don't consider A4 for concat.....easy

Connectez-vous pour commenter.

Réponses (1)

madhan ravi
madhan ravi le 30 Avr 2019
cat(2,A1,A2,A3)
%or
[A1,A2,A3]

Catégories

En savoir plus sur Numeric Types 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