Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

When I use MATLAB. jl to draw, VScode will directly disable my Julia. #239

Open
Ma-Junting opened this issue Mar 6, 2025 · 5 comments
Open

Comments

@Ma-Junting
Copy link

Ma-Junting commented Mar 6, 2025

When I use MATLAB. jl to draw, VScode will directly disable my Julia. But I don't know where the problem lies.

using MATLAB
X1=1;Y1=1;Z1=1;
X2=1;Y2=1;Z2=1;
X3=1;Y3=1;Z3=1;
mat"figure;scatter3($X1,$Y1,$Z1, 'b', 'filled');hold on;scatter3($X2,$Y2,$Z2, 'r', 'filled');hold on;scatter3($X3,$Y3,$Z3, 'g', 'filled')"

Image
The VScode error result is shown above, but my MATLAB will pop up a MATLAB command window as shown below. Did I make a mistake? I reinstalled MATLAB and jl, but it still doesn't work

Image

@tqml
Copy link
Collaborator

tqml commented Mar 11, 2025

Hey @Ma-Junting !

We released version 0.9 yesterday, that fixes some problems related to Windows. Could test it with this version again?

I tested your example yesterday on my machine (MacOS, 2024b) and in my case Julia did not crash (however the plot was not shown, I honestly don't know if it is supported)

@Ma-Junting
Copy link
Author

Ma-Junting commented Mar 11, 2025

Hey @tqml
Thank you for your reply! I am not sure if there is a problem with my usage method. Do I need to close my MATLAB when using MATLAB? Jl? Or do I need to open MATLAB? Or can I not use MATLAB. jl with Julia in Vscode anymore?And I could not find the version 0.9.0.

@Ma-Junting
Copy link
Author

Ma-Junting commented Mar 13, 2025

Hey @tqml !
When I used the R2021a version of MATLAB, running the same code, VScode no longer disabled my Julia, but directly reported an error.
But I have already changed the path as in the tutorial and entered it in MATLAB! matlab -regserver, Even entering "using Pkg; Pkg. build (" MATLAB ")" will still result in an error.

Image

@tqml
Copy link
Collaborator

tqml commented Mar 16, 2025

Hey @Ma-Junting

When switching MATLAB versions, you need to follow the steps in the README exactly then it should normally work. I found it easiest to open a new MATLAB window of the version I want to use, enter !matlab -regserver into the MATLAB command line, then setting the environment variable and finally run Pkg.build("MATLAB").
If you still have problems, you can try to uninstall MATLAB.jl and remove all MATLAB.jl files in your $USER/.julia directory.

Please also see #240, @kamesy has a solution how to display plots with MATLAB.jl

@tqml
Copy link
Collaborator

tqml commented Mar 16, 2025

In any case, using MATLAB.jl should never crash the Julia REPL.
Please try to reinstall MATLAB.jl with version 0.9, and let me know if the issue persists :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants