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)a class representing a function on 1-sphere by a function handle
sF = S1FunHandle(fun)
| fun | @function_handle |
| sF | S1FunHandle |
sF = S1FunHandle(@(o) sin(o))sF = S1FunHandle
eval: @(o)sin(o)