Main Content
repeat
Class: matlab.mock.actions.ReturnStoredValue
Namespace: matlab.mock.actions
Repeat returning stored property value
Syntax
repeat(action,n)
Description
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.
Input Arguments
Examples
Version History
Introduced in R2017a