view src/mz_9_map_differences_export.sci @ 1:c1008b92a6c8 draft

Uploaded
author jcb-mpl
date Thu, 12 May 2022 12:15:10 +0000
parents 4660bf9c8059
children
line wrap: on
line source

function mz_9_map_differences_export(x_peaks_final)
    
    // fonction destinée à identifier les points atypiques 
    figure;
    map(x_peaks_final,3,6)
    h=gcf();
    h.background=-2

endfunction