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 · 2 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.

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