How to perform 'GCD' in Matlab.
% Task: GCD % Language: Matlab function gcd() % Implementation for GCD % TODO: Implement core logic here % Step 1: Prepare data % Step 2: Process GCD disp("Done"); end