Code for Deliverable 05
This commit is contained in:
8
Datatypes/coding_mode.m
Normal file
8
Datatypes/coding_mode.m
Normal file
@@ -0,0 +1,8 @@
|
||||
classdef coding_mode < int32
|
||||
|
||||
enumeration
|
||||
encode (1)
|
||||
decode (2)
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user