Concatenation between two value

2 visualizaciones (últimos 30 días)
Syakira Akmal
Syakira Akmal el 12 de Abr. de 2017
Editada: KSSV el 12 de Abr. de 2017
Hi, i have an example value 0.7854 and 2.8284. Then i want to concatenation them to get value of vectors. So, how to solve it using matlab code.

Respuesta aceptada

KSSV
KSSV el 12 de Abr. de 2017
Editada: KSSV el 12 de Abr. de 2017
vec(1) = 0.7854 ;
vec(2) = 2.8284 ;
or
vec = [0.7854 2.8284 ] ;

Más respuestas (0)

Categorías

Más información sobre Geometric Transformation and Image Registration en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by