About 7,530 results
Open links in new tab
  1. asin - Inverse sine in radians - MATLAB - MathWorks

    This MATLAB function returns the Inverse Sine (sin-1) of the elements of X in radians.

  2. asin - Symbolic inverse sine function - MATLAB - MathWorks

    Description asin(X) returns the inverse sine function (arcsine function) of X. All angles are in radians.

  3. asind - Inverse sine in degrees - MATLAB - MathWorks

    Description Y = asind(X) returns the inverse sine (sin -1) of the elements of X in degrees. The function accepts both real and complex inputs.

  4. asin - Seno inverso en radianes - MATLAB - MathWorks

    Descripción Y = asin(X) devuelve el Seno inverso (sin -1) de los elementos de X en radianes. La función acepta entradas tanto reales como complejas.

  5. How to convert asin function to atan2 function? - MathWorks

    Dec 15, 2022 · In fact, atan2 exists to solve a subtly extended problem than does the simpler atan function. atan2 is not in fact the functional inverse of the tan function, as you want to write it, …

  6. Meaning imaginary result of asin (x) function of MATLAB

    May 13, 2019 · Dear all, I have a question about asin (x) function of MATLAB. As we know from the mathematics, if the argument of arcsin (x) function (e.g. x) is bigger than one, then this …

  7. sind - Sine of argument in degrees - MATLAB - MathWorks

    This MATLAB function returns the sine of the elements in X, which are expressed in degrees.

  8. Roots of Polynomials - MATLAB & Simulink - MathWorks

    You can solve polynomial equations involving trigonometric functions by simplifying the equation using a substitution. The resulting polynomial of one variable no longer contains any …

  9. asinh - Inverse hyperbolic sine - MATLAB - MathWorks

    Description Y = asinh(X) returns the inverse hyperbolic sine of the elements of X. The function accepts both real and complex inputs. All angles are in radians.

  10. Problem in using asin function - MATLAB Answers - MathWorks

    You could try normalising your polynomial such that it fits within the first interval of the asin function and then multiply the final terms by this same factor.