Skip to content

Julia symbol is returned as matlab struct #160

@BambOoxX

Description

@BambOoxX

If one wants to save a symbol to a .mat file, this symbol is not stored.
See the example below

using MAT
file = matopen("test.mat","w")
write(file,"symbol",:a_symbol)
close(file)

Matlab output

>> load('test.mat')
>> symbol

symbol = 

  struct with no fields.

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