Unrecognized function or variable - MathWorks
uk.mathworks.com › matlabcentral › answersJul 27, 2020 · I have a function, greaterthan, that takes two numbers and gives boolean values to if the first is greater than the second. I feel that my coding is correct but it keeps popping up that "greaterthan" is unrecognized. Any suggestions? function x = greaterthan (a,b) return. %This function will take two numbers and assign boolean values if.