About 261,000 results
Open links in new tab
  1. exp - Exponential - MATLAB - MathWorks

    Exponential values, returned as a scalar, vector, matrix, multidimensional array, table, or timetable. For real values of X in the interval (- Inf , Inf ), Y is in the interval ( 0 , Inf ). For …

  2. Mathematical function for a gradually falling parabolic curve in …

    Mar 12, 2018 · Using following code in MATLAB, x = [0 5 10 20 30 50 60 70 90 100]; y = [25 24 22 18 15 10 8 5 2 0]; f = fit(x', y', 'exp1') you can find an expression of the form …

  3. fitting parabolic looking data to an exponential function - MATLAB

    Oct 7, 2022 · Hello, I have data which looks like many different parabolas. I would like to fit each parabolic data set to an exponential function and determine if it is cubic quadratic or so. I tried …

  4. I want to classify linear, parabolic and exponential functions

    May 15, 2024 · For linear functions, slopes should be relatively constant; for quadratic functions, they should increase or decrease linearly; for exponential functions, the rate of change will be …

  5. Fit Exponential Models - MATLAB & Simulink - MathWorks

    This example shows how to fit an exponential model to data using the fit function. The exponential library model is an input argument to the fit and fittype functions. Specify the model type 'exp1' …

    Missing:

    • Parabolic

    Must include:

  6. The exponential function is denoted mathematically by etand in Matlab by exp(t). This function is the solution to the world’s simplest, and perhaps most important, differential equation, y˙ = ky …

  7. exponential - How to represent e^(-t^2) in MATLAB? - Stack Overflow

    Mar 6, 2011 · I am a beginner in MATLAB, and I need to represent e (-t 2). I know that, for example, to represent e x I use exp(x), and I have tried the following. 1) tp=t^2; / tp=t*t; x=exp( …

  8. Exponents and Logarithms - MATLAB & Simulink - MathWorks

    This topic shows how to compute matrix powers and exponentials using a variety of methods. This example shows an interesting graphical approach for discovering whether e^pi is greater …

  9. Fit exponential curve through data points in Matlab

    Mar 22, 2011 · Matlab has a function called polyfit. It can fit curve to a data which can be represented in the form a*X^n+b*X^(n-1)+.....z. However if you are sure that the data is of …

  10. curve-fitting for linear and exponential function in Matlab

    Aug 13, 2014 · Here is how it can be done: The parameter to optimize (lambda1, lambda2 and tau) are stored in one parameter-vector, which will be used by the fit_function, which is the …

Refresh