Master Thesis Code
by Simon Moser
Loading...
Searching...
No Matches
Functions
num2direction.m File Reference
Go to the source code of this file.
Functions
function
num2direction
(in num)
convert a number to a direction
Function Documentation
◆
num2direction()
function num2direction
(
in
num
)
convert a number to a direction
Parameters
num
number to convert
Return values
dir
direction (positive, negative)
dir =
num2direction
(1) % returns
"positive"
dir =
num2direction
(-1) % returns
"negative"
num2direction
function num2direction(in num)
convert a number to a direction
Copyright
see the file
LICENSE
in the root directory of the repository
experiments
helper_functions
num2direction.m
Documentation by Simon Moser with Doxygen 1.10.0