gpt4 book ai didi

julia - 检查 JLD 文件中是否存在变量

转载 作者:行者123 更新时间:2023-12-02 03:17:19 29 4
gpt4 key购买 nike

如果我像这样将变量保存到 JLD 文件中:

file["myVar"] = data

如何检查它是否存在?

if exists(file, "myVar")
println( file["myVar"] )
end

最佳答案

尝试测试您的代码时,我注意到 exists 是在 HDF5.jl 包中定义的,而不是在 JLD.jl 包中定义的。因此,也许如果您只是预先执行 using HDF5,OP 中的代码应该可以工作。

关于julia - 检查 JLD 文件中是否存在变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35928472/

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