Aracelys8140 Aracelys8140 30-05-2023 Engineering contestada Provide the required function call to the local function to complete the SineDegrees function. function x = SineDegrees( y ) x = sin ( ); end function rad = DegsToRads( angle ) rad = ( pi/180 ) * angle; end