Amuri44

Results 5 issues of Amuri44

Is there any solution to read ".mat" (v4) format?

I was using the below code to create .jld2 file containing an instance Sim of structure Simulation ```julia include("./SimulationStructure.jl"); function appFunction() Sim = Simulation(); io = open("$(@__DIR__)/generatedElements.jld2", "w") close(io) save("$(@__DIR__)/generatedElements.jld2",...

When I click on the debug, it takes long time to start and many times it freezes. It is similar to the problem here: https://github.com/microsoft/debugpy/issues/108 Any way to solve it...

I am meeting an issue when trying to run the below code. The REPL crashes by showing a message very quickly and disappear. Any cause for that? Given that I...

I count know how to use this package to create dll file of my julia code?