mirror of
https://bitbucket.org/Mattrixwv/octavefunctions.git
synced 2025-12-07 03:03:57 -05:00
Added code to cleanup the variables at the end of the script
This commit is contained in:
@@ -28,12 +28,14 @@ while(outerCounter < size(numbers)(2))
|
||||
++outerCounter; %Increment
|
||||
end
|
||||
|
||||
max(palindromes)
|
||||
|
||||
%Cleanup your variables
|
||||
clear outerCounter;
|
||||
clear innerCounter;
|
||||
clear answer;
|
||||
clear numbers;
|
||||
|
||||
max(palindromes)
|
||||
clear palindromes;
|
||||
|
||||
%This way is slow. I would like to find a faster way
|
||||
%{
|
||||
|
||||
Reference in New Issue
Block a user