Skip to content

Commit 70fe308

Browse files
authored
Merge pull request #434 from JuliaIO/register-mat-format
Register Matlab .mat format with MAT.jl
1 parent 2780ca5 commit 70fe308

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/registry.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ add_format(format"JLD2", (unsafe_wrap(Vector{UInt8},"Julia data file (HDF5), ver
4040
".jld2", [:JLD2 => UUID("033835bb-8acc-5ee8-8aae-3f567f8a3819")])
4141
add_format(format"BSON", (), ".bson", [:BSON => UUID("fbb218c0-5317-5bc6-957e-2ee96dd4b1f0")])
4242
add_format(format"JLSO", (), ".jlso", [:JLSO => UUID("9da8a3cd-07a3-59c0-a743-3fdc52c30d11")])
43+
add_format(format"MAT", (), ".mat", [:MAT => UUID("23992714-dd62-5051-b70f-ba57cb901cac")])
4344
add_format(format"NPY", "\x93NUMPY", ".npy", [idNPZ])
4445
add_format(format"NPZ", "PK\x03\x04", ".npz", [idNPZ])
4546

0 commit comments

Comments
 (0)