Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Pass MATLAB flags that avoids some of the GUI-related things #222

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

pratyai
Copy link
Contributor

@pratyai pratyai commented Feb 23, 2024

I am currently working with MATLAB R2023b (update:7) on macbook, which despite the warnings in the README.md seems to work just fine for the basic interop functionalities that I am using.

However, the start of the session always starts the MATLAB app in the sense that the app icon pops up on the dock even if there isn't actually anything shown. I figured that with some extra flags it can be completely silenced, and it's probably what a user would want when interfacing from Julia anyway (i.e. just execute the operations within the engine, without visibly starting up an actual application instance).

Let me know if the current behaviour is intended.

@pratyai pratyai marked this pull request as ready for review February 23, 2024 09:53
@musm musm merged commit 7b46227 into JuliaInterop:master Jun 11, 2024
3 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants