NxRLab / ModernRobotics

Modern Robotics: Mechanics, Planning, and Control Code Library --- The primary purpose of the provided software is to be easy to read and educational, reinforcing the concepts in the book. The code is optimized neither for efficiency nor robustness.
http://modernrobotics.org/
MIT License
1.92k stars 809 forks source link

Maximum recursion limit of 500 reached #4

Closed ASANIART closed 6 years ago

ASANIART commented 6 years ago

When I run any of the Matlab codes (with the given examples on the code) I get this message:

"Maximum recursion limit of 500 reached. Use set(0,'RecursionLimit',N) to change the limit. Be aware that exceeding your available stack space can crash MATLAB and/or your computer."

jarvisschultz commented 6 years ago

This doesn't happen on any MATLAB versions that we've tested the library on. This likely points to an issue with your MATLAB installation. Do you have a simple example of code that produces the error? Saying that "any of the Matlab codes" causes the error doesn't give us much to go off of. A small snippet that produces the error might help us narrow down what the issue is.

jarvisschultz commented 6 years ago

Closing due to lack of activity.