Clear Filters
Clear Filters

The input to acfTrain.m is a struct called 'options' . One of the fields of struct is pJitter (cell). what should I give as an input to pJitter?

1 view (last 30 days)
options =acfTrain.m ; % gives default values of options % I want to modify the field pJitter of this struct. options.pJitter = {}; % what information should go into pJitter?
Thank you !

Answers (0)

Categories

Find more on Structures in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!