标签: matlab matlab-class
我在文件夹A / B /中创建了一个枚举ItemText,并希望从A中可用的文件访问ItemText.TextA
我怎么能这样做?
classdef ItemText enumeration TextA('Text A :') TextB('Text B :') TextC('Text C :') end end