what is this error?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
mahesh chathuranga
am 26 Mai 2014
Beantwortet: Image Analyst
am 26 Mai 2014
When I run the SPI calculation function this error was displayed.
function=" Z=SPI(Data,3,12) ;"
error=" * Maximum recursion limit of 1000 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 .
Error in gamrnd * "
Before run the function original data,i used this on to test the function.
Z=SPI(gamrnd(1,1,1000,1),3,12);
what is the reason for this and how to solve this problem?
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 26 Mai 2014
Inside SPI, it's calling itself. That's what recursion means. Why do you have it calling itself?
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Testing Frameworks finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!