ourMELONS/man/ownNum2Str.Rd

18 lines
452 B
Text
Raw Permalink Normal View History

2019-12-16 17:47:04 +01:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ownNum2Str.R
\name{ownNum2Str}
\alias{ownNum2Str}
\title{Own number to string}
\usage{
ownNum2Str(number)
}
\arguments{
\item{number}{number}
}
\description{
2019-12-17 10:54:37 +01:00
Converts numbers to strings
2019-12-16 17:47:04 +01:00
}
\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.
}