Improved documentation and build

This commit is contained in:
Waldir Leoncio 2019-12-17 10:54:37 +01:00
parent 869d8ae399
commit 220c81a237
2 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,4 @@
LICENSE LICENSE
TODO.md TODO.md
matlab matlab
CHANGELOG.md

View file

@ -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.