About 97 results
Open links in new tab
  1. sqrt - Square root - MATLAB - MathWorks

    The sqrt function can calculate on all variables within a table or timetable without indexing to access those variables. All variables must have data types that support the calculation.

  2. roots - Polynomial roots - MATLAB - MathWorks

    This MATLAB function returns the roots of the polynomial represented by the coefficients in p as a column vector r.

  3. Sqrt - Calculate square root, signed square root, or reciprocal of ...

    The Sqrt block calculates the square root, signed square root, or reciprocal of square root on the input signal. Select one of the following functions from the Function parameter list.

  4. realsqrt - Square root for nonnegative real arrays - MATLAB

    The realsqrt function can calculate on all variables within a table or timetable without indexing to access those variables. All variables must have data types that support the calculation.

  5. Fit a square root function to data - MATLAB Answers - MathWorks

    Sep 15, 2014 · I would like to fit a function of form y=K*x^.5+c, where Matlab finds the best fit values of K&c. What's the best way to do this? Thanks!

  6. nthroot - Real nth root of real numbers - MATLAB - MathWorks

    Calculate the real nth roots of the elements in X. The result is a matrix containing all combinations of bases and roots. For example, Y(3,1) is the 3rd root of 4.

  7. sqrtm - Matrix square root - MATLAB - MathWorks

    Calculate the square root of A with sqrtm. The sqrtm function chooses the positive square roots and produces Y1, even though Y2 seems to be a more natural result.

  8. root - Represent roots of polynomial - MATLAB - MathWorks

    This MATLAB function returns a column vector of numbered roots of symbolic polynomial p with respect to x.

  9. sqrt - Raíz cuadrada - MATLAB - MathWorks

    Esta función de MATLAB devuelve la raíz cuadrada de cada elemento del arreglo X.

  10. sqrt - au.mathworks.com

    Description B = sqrt (X) returns the square root of each element of the array X. For the elements of X that are negative or complex, sqrt (X) produces complex results. The sqrt function’s domain includes …