[Scilab-users] Data from XCos plots?

Federico Miyara fmiyara at fceia.unr.edu.ar
Sun Jan 13 20:52:50 CET 2019


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20190113/6fd72038/attachment.htm>


More information about the users mailing list