A function to find Greatest Common Divisor of two integer input E.G. x=-18 y=96
output should be +6
x=-18; y=96; >>your_GCD(x,y) ans =
6
223 Solvers
Saving MATLAB session to a file
116 Solvers
394 Solvers
84 Solvers
Matlab Basics II - Count rows in a matrix
178 Solvers
Problem Tags