Improved documentation and build
This commit is contained in:
parent
869d8ae399
commit
220c81a237
2 changed files with 3 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
LICENSE
|
||||
TODO.md
|
||||
matlab
|
||||
matlab
|
||||
CHANGELOG.md
|
||||
|
|
@ -10,7 +10,7 @@ ownNum2Str(number)
|
|||
\item{number}{number}
|
||||
}
|
||||
\description{
|
||||
Own number to string
|
||||
Converts numbers to strings
|
||||
}
|
||||
\note{
|
||||
On Matlab, if number is NaN the output is 'NaN'. Here, the output will be an error. Also, the function belo expects "number" to have length one, whereas Matlab accepts vectors.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue