from Web Deployment Using MATLAB by Todd Flanagan
A web-based gene analysis demonstration using MATLAB Builder for COM

applyThreshold(threshold)
function applyThreshold(threshold)
    
    global workingSet;

    workingSet(workingSet<threshold) = threshold;

Contact us