

Data from Figure
I am using xcos tool in scilab. The output waveform of my diagram is displayed in a graphical window. When I try save the graph, it is saving in image format. I want to know the x-axis and y-axis values of all points in the graph in text file or excel file. How to get the values of graph points drawn using xcos ??
Please suggest
Scilab


You can use the block "To Workspace" which can be found inside the "Sinks" Category in the "Palatte Browser". This block will save the values in a column vector format which can be accessed from the Scilab console using the "variable.values" command. For example, if the variable name used in the "To Workspace" is A, use A.values to retrieve the data stored in A.
Login to add comment