Clear Filters
Clear Filters

Maximum recursion limit of 501 reached. Use set(0,'Rec​ursionLimi​t',N) to change the limit. Be aware that exceeding your available stack space can crash MATLAB and/or your comp

8 views (last 30 days)
I try to install yalmip and mosek but this error appear every time when i test mosek

Answers (1)

Walter Roberson
Walter Roberson on 15 Jun 2023
You have a script or function named mosek that is invoking mosek
The most common cause of this kind of infinite recursion is people using fmincon or fzero asking to process a function name that is the same as the name of the file that has the fmincon or fzero call.
The second most common cause of this kind of infinite recursion is people wanting to test out a toolbox such as mosek but naming their file the same thing as the toolbox that they want to test.
  5 Comments
Walter Roberson
Walter Roberson on 19 Jun 2023
What shows up if you execute
which -all mosek
which -all yalmip
what error message are you getting when "matlab doesn't accept to add it new folders of yalmip and mosek" ?

Sign in to comment.

Categories

Find more on MATLAB Support Package for LEGO MINDSTORMS EV3 Hardware in Help Center and File Exchange

Products


Release

R13SP1

Community Treasure Hunt

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

Start Hunting!