Class: matlab.mock.actions.Invoke
Package: matlab.mock.actions
Repeat invoking function handle
repeat(action,n)
repeat(
repeats
the same action action
,n
)n
times. You can specify the input arguments in any order.
That is, repeat(action,n)
and repeat(n,action)
both
repeat the action n
times.