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
|
LICENSE
|
||||||
TODO.md
|
TODO.md
|
||||||
matlab
|
matlab
|
||||||
|
CHANGELOG.md
|
||||||
|
|
@ -10,7 +10,7 @@ ownNum2Str(number)
|
||||||
\item{number}{number}
|
\item{number}{number}
|
||||||
}
|
}
|
||||||
\description{
|
\description{
|
||||||
Own number to string
|
Converts numbers to strings
|
||||||
}
|
}
|
||||||
\note{
|
\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.
|
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