Borrar filtros
Borrar filtros

merge two matrices and display

2 visualizaciones (últimos 30 días)
virat rehani
virat rehani el 4 de Nov. de 2017
Respondida: Walter Roberson el 4 de Nov. de 2017
Help needed to combine virji and vir
virji=[ah ,am ,an ,ao ,ap ,aq ,w ,y ,Aa ];
vir=[h, m, n, o, p,q, x, r, A];
%As:
ah--h
am--m
an--n
---
---
---
---
Aa--a
  1 comentario
virat rehani
virat rehani el 4 de Nov. de 2017
ah--h % line break am--m % line break............ Thanks in advance.

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 4 de Nov. de 2017
output = [virji(:), vir(:)]

Categorías

Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by