[Scilab-users] Function "locate" for 3d graphs

Rafael Guerra jrafaelbguerra at hotmail.com
Sun Jun 17 16:51:22 CEST 2018


Hi Iza,


Not sure if this is what you need but I wrote the following code you can try on:


// START OF CODE
//From param3d datatips to data vector
clear
clf
param3d()
datatipManagerMode(gcf())
// Edit --> Start Datatip manager --> Stop Datatip manager
input("ENTER to continue after stopping datatips","string")
e = gce()
n = size(e.datatips,1);
x = zeros(n,3);
for i=1:n
    x(i,:) = e.datatips(i).data;
end
// END OF CODE


Regards,

Rafael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20180617/3c872f24/attachment.htm>


More information about the users mailing list