I am a beginner with Matlab. However, your creation caught my eye and I downloaded the package. I used very simple examples but MATLAB kept returning the same error:
---------------------------------
A = vpi(17)^17
??? lseif ~ischar(N) &&
|
Missing variable or function.
Syntax error in ==> C:\MATLABR11\toolbox\VariablePrecisionIntegers\@vpi\vpi.m
On line 51 ==> elseif ~ischar(N) && ~isnumeric(N)
----------------------------
I am not sure how to resolve this error. Any ideas?