12 lines
123 B
Matlab
12 lines
123 B
Matlab
>> get(0,'RecursionLimit')
|
|
|
|
ans =
|
|
|
|
500
|
|
|
|
>> set(0,'RecursionLimit',2500)
|
|
>> get(0,'RecursionLimit')
|
|
|
|
ans =
|
|
|
|
2500
|