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 · 0 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

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

1 participant