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

plotlysetup_offline() can't find plotlysetup.m #523

Open
binarycai opened this issue Mar 12, 2025 · 0 comments
Open

plotlysetup_offline() can't find plotlysetup.m #523

binarycai opened this issue Mar 12, 2025 · 0 comments

Comments

@binarycai
Copy link

On MATLAB I run :
websave('MATLAB-Online-master.zip', 'https://github.com/plotly/MATLAB-Online/archive/master.zip');
unzip('MATLAB-Online-master.zip');
addpath(genpath('MATLAB-Online-master'));
Then run:
plotlysetup_offline();
and got:
plotly:notFound

Shoot! It looks like MATLAB is having trouble finding the current version
of Plotly. Please make sure that the Plotly API folder is in the same
directory as plotlysetup.m. Questions? Ask https://community.plotly.com/c/api/matlab/

when checking plotlyset_upoffline.m, I run:
which('plotlysetup')
got:
not found 'plotlysetup'

My MATLAB version is 2022b on windows.
How to solve this issue?

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