Concatenation between two value

조회 수: 2 (최근 30일)
Syakira Akmal
Syakira Akmal 2017년 4월 12일
편집: KSSV 2017년 4월 12일
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.

채택된 답변

KSSV
KSSV 2017년 4월 12일
편집: KSSV 2017년 4월 12일
vec(1) = 0.7854 ;
vec(2) = 2.8284 ;
or
vec = [0.7854 2.8284 ] ;

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by