Scilab Function

replicate - replicate a matrix with Scilab

Calling Sequence

[output] = replicate(input1,input2)

Parameters

Description

This function replicates a matrix in both dimensions (after replication input parameter input1 become an element of an input2(1) x input2(2) matrix).

Examples

Author