Menu

print data

Anto
2015-10-15
2025-03-06
  • Anto

    Anto - 2015-10-15

    Hello all,

    i have the following problem. I want to export the manipulated data in to a txt file.

    plot "example.txt" u ($1*2000: $2/10000)

    how can i print in a new file the results of the expressions?

    Thanks

    Anto

     
  • Hans-Bernhard Broeker

    You want to read "help table"

     
  • Anto

    Anto - 2015-10-19

    What do you mean sorry? Could you provide me an example

     
  • James Luke

    James Luke - 2025-03-06

    Set the output file

    set print "output.txt"

    Plot the data and redirect the results to the file

    plot "example.txt" u ($1*2000: $2/10000)

    Close the output file

    set print

    IMO I give your answer of your query.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.