现有matlab类的方法

时间:2015-01-16 11:33:20

标签: matlab class methods

classdef BasicColors < Simulink.IntEnumType
  enumeration
    Red(0)
    Yellow(1)
    Blue(2) 
  end
end

我可以在外部向这个类添加方法吗? 我试过搜索多个帖子,但无法找到所需的答案。

我正在尝试在Matlab中的此类定义之外向此类添加方法。有什么想法??

0 个答案:

没有答案