Can log in on MathWorks website, cant in the MATLAB app on windows

9 views (last 30 days)
My problem started when I needed to use a addon that i didnt have, 'signal processing toolbox'.
when I tried to click 'get addons' I just got a whole bunch of errors (shown below)
I tried to reset my preferences but no dice.
So I googled and it just told me to reinstall MATLAB.
when I tried to do that it said i had an incorrect password.
I know my password is correct because I can log in with it in MathWorks.com (hence me being here)
I tried to reset my password but the same thing occurs, I can log in fine on here with my new password, but the MATLAB installer just says it is incorrect and locks me out of trying
Im on windows, with version 2021b
also, I tried to call support on 508-647-7000 but that number was not in use.
-EDIT spelling and grammar (not native english)
-Jonathan Thé
Error using matlab.internal.addons.AddOnWindowUrl/generate (line 24)
Invalid default value for property 'PropNames' in class 'matlab.net.URI':
Execution of script flip as a function is not supported:
C:\Users\jonat\OneDrive\Documents\MATLAB\flip.m
Error in getExplorerUrl/getConnectorUrlForMatlab (line 49)
url = urlGenerator.generate.EncodedURI;
Error in getExplorerUrl/getConnectorUrls (line 43)
connectorUrls.matlab = getConnectorUrlForMatlab();
Error in getExplorerUrl (line 20)
connectorUrls = jsonencode(getConnectorUrls());
Error in matlab.internal.addons.Explorer/show (line 63)
url = char(getExplorerUrl(navigationData));
Error in matlab.internal.addons.launchers.showExplorer (line 134)
matlab.internal.addons.Explorer.getInstance.show(navigationData);
Execution of script flip as a function is not supported:
C:\Users\jonat\OneDrive\Documents\MATLAB\flip.m
Error in flipud (line 14)
x = flip(x,1);
Error in matlab.internal.editor.FigureManager
Error in matlab.internal.editor.FigureManager
Error in matlab.internal.editor.FigureManager.cleanupAfterEval
Error in matlab.internal.editor.EvaluationOutputsService.cleanup
Execution of script flip as a function is not supported:
C:\Users\jonat\OneDrive\Documents\MATLAB\flip.m
Error in flipud (line 14)
x = flip(x,1);
Error in matlab.internal.editor.FigureManager
Error in matlab.internal.editor.FigureManager
Error in matlab.internal.editor.FigureManager.cleanupAfterEval
Error in matlab.internal.editor.EvaluationOutputsService.cleanup

Answers (1)

Steven Lord
Steven Lord on 25 Nov 2021
Try renaming your flip.m script file located in:
C:\Users\jonat\OneDrive\Documents\MATLAB\flip.m
Its existence prevents MATLAB from calling the flip function included in MATLAB.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!