Bonjour,
J'ai deux matrices que j'aimerais joindre pour n'en avoir plus qu'une, savez vous comment faire???

Matrice1:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
qd	uro	200706	-3	135.09	gsf
qd	sf	200706	-10	81.65	gsf
qd	bp	200706	-17	197.39	gsf
qd	jy	200706	14	82.78	gsf
qd	cd	200706	-17	91.09	gsf
qd	ad	200706	59	82.29	gsf
gr	uro	200706	-19	135.39	fif
sa	uro	200706	-1	135.39	fif
du	uro	200706	-2	135.39	fif
hv	uro	200706	-23	135.39	fif
gr	sf	200706	-45	81.99	fif
sa	sf	200706	-3	81.99	fif
Matrice2 :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
c1	si	200707	-4	1332	lhf
c1	cc	200707	3	19.01	lhf
c1	ad	200706	-22	83.19	lhe
c1	ad	200706	-10	83.4	lhe
c1	rb	200707	4	2.2406	lhf
c2	c	200707	2	371.5	lhe
c2	s	200707	1	778	lhf
c2	sm	200707	1	208.3	lhe
c2	sb	200707	-4	8.64	lhe
c2	si	200707	-1	1332	lhf
c2	go	200706	7	674.6	lhe
c2	cl	200707	-1	64.5	lhe
c2	ad	200706	-28	83.19	lhf
gr	sb	200707	-54	8.64	gse
sa	sb	200707	-3	8.64	gsf
du	sb	200707	-6	8.64	gsf
hv	sb	200707	-67	8.64	gse
gr	ho	200707	-13	1.873	gsf

j'aimerais n'avoir q'une seul matrice en fait
Merci