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

FileNotFoundError: [Errno 2] No such file or directory: 'matlab': 'matlab' #101

Open
BankGuide2024 opened this issue Sep 29, 2022 · 1 comment

Comments

@BankGuide2024
Copy link

I get an error when I execute the following code on ubuntu, what should I do?

import transplant
import sys
import numpy as np
sys.setrecursionlimit(30000)
matlab = transplant.Matlab(jvm=False, desktop=False)
matlab.disp("Hello, World")
@bastibe
Copy link
Owner

bastibe commented Sep 30, 2022

Is matlab installed, and is the matlab binary in your $PATH?

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