About 74 results
Open links in new tab
  1. solve - Equations and systems solver - MATLAB - MathWorks

    For nonpolynomial equations and systems without symbolic parameters, the numeric solver returns only one solution (if a solution exists). If solve cannot find a solution and ReturnConditions is true, solve …

  2. Choose a Solver - MATLAB & Simulink - MathWorks

    Select solvers in the Solver pane of model configuration parameters. All solvers provided by MATLAB ® and Simulink follow a similar naming convention: ode, followed by two or three numerals indicating …

  3. Choose a Solver - MATLAB & Simulink - MathWorks

    Choose a Solver Choose the most appropriate solver and algorithm Find which solver is likely to work best for your problem.

  4. fsolve - Solve system of nonlinear equations - MATLAB

    Nonlinear system solver Create a problem structure for fsolve and solve the problem. Solve the same problem as in Solution with Nondefault Options, but formulate the problem using a problem structure. …

  5. Solve Algebraic Equations - MATLAB & Simulink - MathWorks

    Solve an Equation If eqn is an equation, solve(eqn,x) solves eqn for the symbolic variable x. Use the == operator to specify the familiar quadratic equation and solve it using solve.

  6. Compare Solvers - MATLAB & Simulink - MathWorks

    Compare Solvers A dynamic system is simulated by computing its states at successive time steps over a specified time span, using information provided by the model. The process of computing the …

  7. linsolve - Solve linear system of equations - MATLAB

    This MATLAB function solves the linear system AX = B using one of these methods: When A is square, linsolve uses LU factorization with partial pivoting.

  8. Solve System of Algebraic Equations - MATLAB & Simulink

    This topic shows you how to solve a system of equations symbolically using Symbolic Math Toolbox™. This toolbox offers both numeric and symbolic equation solvers. For a comparison of numeric and …

  9. Genetic Algorithm - MATLAB & Simulink - MathWorks

    Genetic Algorithm Genetic algorithm solver for mixed-integer or continuous-variable optimization, constrained or unconstrained Genetic algorithm solves smooth or nonsmooth optimization problems …

  10. ode45 - Solve nonstiff differential equations — medium order method ...

    This MATLAB function, where tspan = [t0 tf], integrates the system of differential equations y'=f(t,y) from t0 to tf with initial conditions y0.