I notice in the 6.18.02 Pro documentation for custom modules it does not mention add_argument. I also searched in the MATLAB Scripting API and do not see it there either. Yet the look ahead limiter example uses this function. Is this function being depricated?
12:18pm
Hi Darrel,
No, the add_argument function is not being deprecated. We apologize if this isn't included in the documentation - you can type 'help add_argument' in matlab for some description of what the function does and how to use it. The LAH and downsampler example modules also both use it and can be used as references.
Let us know if you have more specific questions about how it's used.
Thanks
-Axel