S1FunHandle.S1FunHandle edit page

a class representing a function on 1-sphere by a function handle

Syntax

sF = S1FunHandle(fun)

Input

fun @function_handle

Output

sF S1FunHandle

Example

sF = S1FunHandle(@(o) sin(o))
sF = S1FunHandle
  eval: @(o)sin(o)