mathworks / jupyter-matlab-proxy

MATLAB Integration for Jupyter enables you to run MATLAB code in Jupyter Notebooks and other Jupyter environments. You can also open MATLAB in a browser directly from your Jupyter environment to use more MATLAB features.
Other
282 stars 36 forks source link

Some operations are a little slow. #69

Closed cqgx680 closed 1 year ago

cqgx680 commented 1 year ago

image image

As title, these operations may be too slow.

rashedmyt commented 1 year ago

Hi @cqgx680

I have tried to reproduce the issue to check if the operations are slow. However, I was unable to reproduce it. I have tried running sym(99)^99 and det(sym(hilb(80))) and each of them took only 3-4 seconds to complete.

Can you provide the below information to help us investigate the issue.

  1. What OS and MATLAB version are you using
  2. Have you tried running the same code in MATLAB Live Script to verify that the issue is with the MATLAB Kernel and not the MATLAB itself
  3. What is the version of matlab-proxy and jupyter-matlab-proxy being used. This information can be obtained using python -m pip list command.
prabhakk-mw commented 1 year ago

@cqgx680 Could you please provide the information requested for us to continue investigating this ?

prabhakk-mw commented 1 year ago

@cqgx680 please comment on this issue with the requested information and we will reopen the issue to continue investigation. Thank you!