Concatenation between two value

1 回表示 (過去 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 Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by