Probably it is

a = gca();
x = a.children.children.data(:,1);
y = a.children.children.data(:,2);

since a.children doesn't have the "data" proerty, but its child is of
type "Polyline" which does have the "data" property

Federico Miyara

On 13/01/2019 07:55, Nikolay Strelkov wrote:
    a = gca();
    x = a.children.data(:,1);
    y = a.children.data(:,2);




---
El software de antivirus Avast ha analizado este correo electrónico en busca de 
virus.
https://www.avast.com/antivirus
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to