5 lines
140 B
Mathematica
5 lines
140 B
Mathematica
|
|
%Set function
|
||
|
|
function GenericClassInstance = setValue(GenericClassInstance,newValue)
|
||
|
|
GenericClassInstance.classVariable = newValue;
|
||
|
|
end
|