mtimes

Multiply tensor-spline outputs by a scalar.


Declaration

 f = mtimes(f,g)

Parameters

  • f TensorSpline instance or scalar
  • g scalar or TensorSpline instance

Returns

  • f transformed TensorSpline or empty when multiplying by []

Discussion

  scaledSpline = 2.5 * spline;