February 25th, 2000, 01:03 PM
Hi, I have a vector V that has [200,20,24,25] and a rowdata vect that has [Alg1,Alg2], I want to create a data Vdata vector that gets data from
V and rowdata , I am comfused I want thing after word to be in the table like this :
-----------------------------------------
Column0 Column1 Column2
-----------------------------------------
Ag1 200 20
-----------------------------------------
Alg2 24 2
----------------------------------------
V and rowdata , I am comfused I want thing after word to be in the table like this :
-----------------------------------------
Column0 Column1 Column2
-----------------------------------------
Ag1 200 20
-----------------------------------------
Alg2 24 2
----------------------------------------