Why do I get these errors in Toolbox package? Help me out

2 vues (au cours des 30 derniers jours)
Harsha Priya G
Harsha Priya G le 19 Sep 2020
Commenté : Harsha Priya G le 20 Sep 2020
The files the error throws shows no contents inside[1]
But these are the following errors I get:
Attempt to execute SCRIPT nargout as a function:
C:\Program Files\MATLAB\R2012b\toolbox\compiler\mcr\matlab\lang\nargout.m
Error in path (line 115)
if nargout==1, p = matlabpath; end
Error in addpath (line 87)
path(p, mp);
Error in run (line 10)
addpath(genpath(pwd));

Réponse acceptée

Steven Lord
Steven Lord le 19 Sep 2020
The MCR directories in the directory for MATLAB Compiler should not be on the MATLAB path. If you've added toolbox\compiler\mcr to the path, I recommend removing it.
  4 commentaires
Steven Lord
Steven Lord le 20 Sep 2020
No, do not delete it. Remove it from the MATLAB path using pathtool (or the "Set Path" button in the Environment section on the Home tab of the Toolstrip.)
Harsha Priya G
Harsha Priya G le 20 Sep 2020
Thanks for your time.It worked for me.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Search Path dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by