When I do
“X = load(“citiesSmall.jld”,“X”)”
I get an error
“UndefVarError: load not defined”
I’m also not use how to open a jld file, sublime and textedit isn’t able to read the file
When I do
“X = load(“citiesSmall.jld”,“X”)”
I get an error
“UndefVarError: load not defined”
I’m also not use how to open a jld file, sublime and textedit isn’t able to read the file
This functionality is provided by the JLD.jl package, so you need to add and load the package in your session first.