Nothing
###
### $Id: mkconstarray.R 22 2022-05-30 18:03:47Z proebuck $
###
##-----------------------------------------------------------------------------
test.mkconstarray <- function(input, expected) {
output <- do.call(getFromNamespace("mkconstarray", "matlab"), input)
identical(output, expected)
}
test.mkconstarray(list(class.type = "double", value = pi, size = 4), rep(pi, 4))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.