issues Search Results · repo:JuliaIO/MAT.jl language:Julia
Filter by
98 results
(69 ms)98 results
inJuliaIO/MAT.jl (press backspace or delete to remove)Hi, I have files from a motion databases which associates a motion matrice to a TimeStamp.
The timestamp parts is not loaded by MAT.jl Image
The matlab type is duration
aTrotier
- 5
- Opened 24 days ago
- #201
I hope to support tuple methods, because tuple vectors are very efficient in Julia. In many cases, tuple vectors
Vector{Tuple{Float64, Float64, Float64}} are used instead of Vector{Vector{Float64}}, but ...
13299118606
- Opened on Jul 3, 2024
- #199
If you save an old-style Matlab object (i.e. created in an @ClassName folder, before classdef was a thing) in a v7.3
file, MAT.jl throws an error saying it cannot read from a non-struct group (cf. line ...
Jeroen-van-der-Meer
- 1
- Opened on Feb 2, 2024
- #197
[ Info: Precompiling HDF5 [f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f] ERROR: LoadError: UndefVarError: libhdf5 not defined
Stacktrace: [1] top-level scope @ ~/.julia/packages/HDF5/Ws1wH/src/api/types.jl:252 ...
kagalenko-m-b
- 1
- Opened on Dec 3, 2023
- #195
I tried to load an object that I converted to a struct. The struct is correctly parsed into a Dict, but the table itself
gets converted into another Dict with the S0/1/2 arr keys instead of the table it ...
lmulder1991
- 3
- Opened on Oct 24, 2023
- #194
Currently, MAT.jl is not compatible with Julia 1.10 DEV. I believe that s mainly due to HDF5 being incompatible
currently, but there could also be a versioning issue.
truedichotomy
- 1
- Opened on Jun 20, 2023
- #188
MWE:
for _ ∈ 1:1000000
matread( test/v7/array.mat )
end
Memory usage is growing until OOM. It works fine when reading mat files v6 and v7.3.
Julia and package version:
julia versioninfo()
Julia ...
ymtoo
- 1
- Opened on Mar 3, 2023
- #182
Hello,
we spotted a several .mat files that use unicode in strings, such as the one here:
https://github.com/SysBioChalmers/Fruitfly-GEM/blob/main/model/Fruitfly-GEM.mat
Strings in these files contain ...
exaexa
- Opened on Jan 26, 2023
- #180
julia versioninfo()
Julia Version 1.6.7
Commit 3b76b25b64 (2022-07-19 15:11 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: 12th Gen Intel(R) Core(TM) i5-12600K
WORD_SIZE: 64
LIBM: libopenlibm ...
jonas-schulze
- 1
- Opened on Dec 21, 2022
- #179
MWE:
In Matlab create struct with 3D char array and save as .mat
c1 = [ abc ; abc ];
char_array3D = cat(3, c1, c1)
s = struct( c , char_array3D)
save( s.mat , s )
In Julia read .mat file containing ...
TomRottier
- Opened on Jun 26, 2022
- #176

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.