4 lines
39 B
Mathematica
4 lines
39 B
Mathematica
|
|
function cx = getgain(X)
|
||
|
|
|
||
|
|
cx = X.gain;
|