<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:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Hi Iza,</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Not sure if this is what you need but I wrote the following code you can try on:</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"></p>
<pre style="font-family: Monospaced;"><span style="color:rgb(100,174,100);font-style:italic;">// START OF CODE</span>
<span style="color:rgb(100,174,100);font-style:italic;">//From param3d datatips to data vector</span>
<span style="color:rgb(50,185,185);">clear</span>
clf
<span style="color:rgb(50,185,185);">param3d</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(74,85,219);">)</span>
<span style="color:rgb(50,185,185);">datatipManagerMode</span><span style="color:rgb(74,85,219);">(</span>gcf<span style="color:rgb(74,85,219);">(</span><span style="color:rgb(74,85,219);">)</span><span style="color:rgb(74,85,219);">)</span>
<span style="color:rgb(100,174,100);font-style:italic;">// Edit --</span><span style="color:rgb(100,174,100);font-style:italic;">></span><span style="color:rgb(100,174,100);font-style:italic;"> Start Datatip manager --</span><span style="color:rgb(100,174,100);font-style:italic;">></span><span style="color:rgb(100,174,100);font-style:italic;"> Stop Datatip manager</span>
input<span style="color:rgb(74,85,219);">(</span><span style="color:rgb(188,143,143);">"</span><span style="color:rgb(188,143,143);">ENTER to continue after stopping datatips</span><span style="color:rgb(188,143,143);">"</span>,<span style="color:rgb(188,143,143);">"</span><span style="color:rgb(188,143,143);">string</span><span style="color:rgb(188,143,143);">"</span><span style="color:rgb(74,85,219);">)</span>
e <span style="color:rgb(92,92,92);">=</span> gce<span style="color:rgb(74,85,219);">(</span><span style="color:rgb(74,85,219);">)</span>
n <span style="color:rgb(92,92,92);">=</span> <span style="color:rgb(50,185,185);">size</span><span style="color:rgb(74,85,219);">(</span>e<span style="color:rgb(92,92,92);">.</span><span style="color:rgb(170,170,170);">datatips</span>,<span style="color:rgb(188,143,143);">1</span><span style="color:rgb(74,85,219);">)</span>;
x <span style="color:rgb(92,92,92);">=</span> <span style="color:rgb(50,185,185);">zeros</span><span style="color:rgb(74,85,219);">(</span>n,<span style="color:rgb(188,143,143);">3</span><span style="color:rgb(74,85,219);">)</span>;
<span style="color:rgb(160,32,240);">for</span> i<span style="color:rgb(92,92,92);">=</span><span style="color:rgb(188,143,143);">1</span><span style="color:rgb(255,170,0);">:</span>n
    x<span style="color:rgb(74,85,219);">(</span>i,<span style="color:rgb(255,170,0);">:</span><span style="color:rgb(74,85,219);">)</span> <span style="color:rgb(92,92,92);">=</span> e<span style="color:rgb(92,92,92);">.</span><span style="color:rgb(170,170,170);">datatips</span><span style="color:rgb(74,85,219);">(</span>i<span style="color:rgb(74,85,219);">)</span><span style="color:rgb(92,92,92);">.</span><span style="color:rgb(170,170,170);">data</span>;
<span style="color:rgb(160,32,240);">end</span>
<span style="color:rgb(100,174,100);font-style:italic;">// END OF CODE</span></pre>
<br>
<p></p>
<p style="margin-top:0;margin-bottom:0">Regards,</p>
<p style="margin-top:0;margin-bottom:0">Rafael</p>
</div>
</body>
</html>