About 1,320,000 results
Open links in new tab
  1. eulergamma - Euler–Mascheroni constant - MATLAB

    For the value e = 2.71828…, called Euler’s number, use exp(1) to return the double-precision representation. For the exact representation of Euler’s number e, call exp(sym(1)). For the …

  2. Euler's number syntax in matlab - MathWorks

    Nov 13, 2020 · How do I type euler's number in matlab for the follwing function with t being an input of vectors and xN should be the same size vector of t? xN=C1*e^(S1*t)+C2*e^(S2*t) e is …

  3. exp - Exponential - MATLAB - MathWorks

    Numeric Representation of e Calculate the exponential of 1, which is Euler's number, e.

  4. Interpret Linear Regression Results - MATLAB & Simulink

    F — F -statistic value, which is the same as F-statistic vs. constant model in the linear regression display. In this example, it is 89.987, and in the linear regression display this F -statistic value …

  5. cosh - Hyperbolic cosine - MATLAB - MathWorks

    The hyperbolic cosine satisfies the identity cosh (x) = e x + e x 2. In other words, cosh (x) is the average of e x and e x. Verify this by plotting the functions. Create a vector of values between …

  6. findpeaks - Find local maxima - MATLAB - MathWorks

    pks = findpeaks(y) returns a vector with the local maxima (peaks) of the input signal vector, y. A local peak is a data sample that is either larger than its two neighboring samples or is equal to …

  7. Solve Differential Equation - MATLAB & Simulink - MathWorks

    Solve a differential equation analytically by using the dsolve function, with or without initial conditions.

  8. euler - Euler numbers and polynomials - MATLAB - MathWorks

    Euler Polynomials For the Euler polynomials, use euler with two input arguments. Compute the first, second, and third Euler polynomials in variables x, y, and z, respectively:

  9. Can any one explain the returned value "9.4817e+03"

    May 21, 2014 · Can any one tell me what's the meaning of this value because it appears frequently in matlab, what's e and can i move from this representation of that value to another …

  10. fprintf - Write data to text file - MATLAB - MathWorks

    This MATLAB function applies the formatSpec to all elements of arrays A1,...An in column order, and writes the data to a text file.