Main Content
solve
Class: FunctionApproximation.Problem
Namespace: FunctionApproximation
Solve for optimized solution to function approximation problem
Syntax
solution = solve(problem)
Description
solves the optimization problem defined by the solution
= solve(problem
)FunctionApproximation.Problem
object, problem
, and
returns the optimized result, solution
, as a FunctionApproximation.LUTSolution
object.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2018a
See Also
Apps
Classes
FunctionApproximation.Problem
|FunctionApproximation.Options
|FunctionApproximation.LUTSolution
|FunctionApproximation.LUTMemoryUsageCalculator