Feeds
답변 있음
How can I declare Hexadecimal enum constants in a classdef
Hi Stephen, appreciate the response. I realise now that I am mixing up notation with value. The base Im referring to is C, with ...
How can I declare Hexadecimal enum constants in a classdef
Hi Stephen, appreciate the response. I realise now that I am mixing up notation with value. The base Im referring to is C, with ...
6개월 전 | 0
질문
How can I declare Hexadecimal enum constants in a classdef
classdef xyz properties(Constant) WaveformTypes = struct('SINE',0, 'SQUARE',1, 'TRIANGLE',2, 'RAMP UP',3, ... ...
6개월 전 | 답변 수: 2 | 0