MATLAB Error Integer too large in context
I recently experienced this error while using MATLAB. Error using maple… Error integer too large in context … This happens when I try to simulate an ESPRIT DOA estimation using atan function with symbolic expressions. The solution is to use:
clear maplemex % this works for me, this basically clears the Maple workspace
% and reinitializes the Maple kernel
Add comment April 18th, 2009