Write a function called findExtreme which takes five numbers as inputs and produces the max and min values of those numbers as outputs. Hints: create a script file with the same name of the function. Inside the file, it should start with something like this (refer to section 7 if needed): function [max, min] = findExtreme(num1, num2, num3, num4, num5