EPR Imaging Toolbox collection user manual |
iff IF function res = iff(if_arg, a, b) if if_arg then res = a otherwise res = b if_arg - condition (bool) a - any value b - any value res - any value res = iff(12.4 > 0.5, 1, 0) Legend: EPR-IT functions; MATLAB functions; comments. |