5 lines
114 B
Mathematica
5 lines
114 B
Mathematica
|
|
%Get function
|
||
|
|
function value = getValue(GenericClassInstance)
|
||
|
|
value = GenericClassInstance.classVariable;
|
||
|
|
end
|