print_inputs: Demonstrate ... Argument

Description Usage Arguments Value Examples

Description

This function just demonstrates how you can use the ... construct to pass any collection of arrays to a function for processing. Used as a prototype for the parallel_inputs function.

Usage

1

Arguments

...

any collection of arguments

Value

nothing

Examples

1
print_inputs(1:3,1:5,1:9)

isaacmichaud/IMisc documentation built on July 1, 2019, 10:22 a.m.