<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:14pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0"><span></p>
<div></div>
<div></div>
<span>how can I create a matrix joining the output of two different variables?</span>
<div>To 36 rows and 2 columns? each column being a variable from x and y:</div>
<div><br>
</div>
<div><span>x    = new( (/36/), float ) </span><br>
</div>
<div></div>
</span><span>y    = new( (/36/), float ) </span><br>
<p></p>
<p style="margin-top:0;margin-bottom:0"><span><br>
</span></p>
<p style="margin-top:0;margin-bottom:0"><span><br>
</span></p>
<p style="margin-top:0;margin-bottom:0"><span><span>Thanks for any help.</span><br>
</span></p>
</div>
</body>
</html>