标签: matlab class methods
classdef BasicColors < Simulink.IntEnumType enumeration Red(0) Yellow(1) Blue(2) end end
我可以在外部向这个类添加方法吗? 我试过搜索多个帖子,但无法找到所需的答案。
我正在尝试在Matlab中的此类定义之外向此类添加方法。有什么想法??