Maths, Stats and Optimization

One of the core strength of MATLAB is the ease in which the complex mathematical computations can be implemented in few set of lines of code. This will allow the users to focus more on application rather than focusing on code.

The following MathWorks products allows to you implement and work with computational mathematics:

  • Curve Fitting Toolbox- Fit curves and surfaces to data using regression, interpolation and smoothing.
  • Optimization Toolbox- Solve linear, quadratic, conic, integer and non-linear optimization problems.
  • Global Optimization Toolbox- Solve multiple maxima, multiple minima and non-smooth optimization problems.
  • Symbolic Math Toolbox- Perform symbolic math computations
  • Mapping Toolbox- Analyze and visualize geographic information
  • Partial Differential Equation Toolbox- Solve partial differential equations using finite element analysis.

Share