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.

 Akzeptierte Antwort

KSSV
KSSV am 12 Apr. 2017
Bearbeitet: KSSV am 12 Apr. 2017

0 Stimmen

vec(1) = 0.7854 ;
vec(2) = 2.8284 ;
or
vec = [0.7854 2.8284 ] ;

Weitere Antworten (0)

Kategorien

Gefragt:

am 12 Apr. 2017

Bearbeitet:

am 12 Apr. 2017

Community Treasure Hunt

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

Start Hunting!

Translated by