Skip to content

matwrite fails for a basic dictionary on an isbits test #162

@BambOoxX

Description

@BambOoxX

MAT.jl v0.10.1 seems to fail with this call

D = Dict("num" => rand(),
              "vec" => rand(2),
              "mat" => rand(3, 3),
              "str" => "abc",
              "chr" => 'A',
               )
fname = tempname()*".mat"
matwrite(fname,D

is there something brroken, or I am using this incorrectly ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions