Self-defined class to use internal.stats.parseArgs function

6 views (last 30 days)
I'm writing a new user-defined class which is similar to classes in the MATLAB R2015a stats toolbox. In order for me to use built-in functions like internal.stats.parseArgs, do I need to claim the same superclass as the following in the class definition?
classdef vmmdistribution < classreg.learning.internal.DisallowVectorOps
Any comments are welcomed. Thanks in advance.

Answers (0)

Categories

Find more on Construct and Work with Object Arrays in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!