gpt4 book ai didi

gnuplot - 如何使用时间戳命名 gnuplot 文件?

转载 作者:行者123 更新时间:2023-12-04 23:53:17 25 4
gpt4 key购买 nike

是否可以使用创建的日期和时间命名我的 gnuplot out 文件?
我目前创建的文件集名称如下:

     set term post eps color
set output '/path/dateandtime.eps'
plot
set term x11

最佳答案

您可以使用内置函数 time获取当前时间戳和 strftime格式化它:

set output strftime('/path/%F_%H-%M-%S.eps', time(0))

关于gnuplot - 如何使用时间戳命名 gnuplot 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19352206/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com