Skip to content

MATLAB.jl function but not Plotting. #241

Closed
@ColtonKawamura

Description

@ColtonKawamura

On MacOS 15.3.1, using Julia Version: Version 1.11.5 (2025-04-14) with a recent build of MATLAB.jl and a trial version of MATLAB which is R2024b:

julia> using MATLAB

julia> mat"2+2"
WARNING: package sun.awt.X11 not in java.desktop
WARNING: package sun.awt.X11 not in java.desktop
4.0

which works fine. But when I try to bring up a figure:

julia> mat"figure"

julia> 

I get no figure piping up like I do on my work computer. The only difference between the two is that I'm using 2024a on the computer that works with my work license which I cannot share the license with my personal computer which is running 2024b (trial).

I assume the issue is because it's either trial or 2024b but open to suggestions.

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