Skip to content

Is it possible to leverage only one Matlab instance? #98

@Sycomore74

Description

@Sycomore74

I have noticed that the two different ways to access matlab create two different instances:

from pymatbridge import Matlab
mlab = Matlab() mlab.start()
mlab.run_code("1+1");

and

%load_ext pymatbridge

create two different Matlab instances.

Is it possible to create only one Matlab instance, but that can be accessed with both methods?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions