Home > NoiseTools > nt_imagescc.m

nt_imagescc

PURPOSE ^

nt_imagescc - plot image with symmetric scaling

SYNOPSIS ^

function nt_imagescc(C)

DESCRIPTION ^

nt_imagescc - plot image with symmetric scaling

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function nt_imagescc(C)
0002 %nt_imagescc - plot image with symmetric scaling
0003 
0004 m=max(abs(C(:)));
0005 imagesc(C,[-m-realmin,m+realmin]);

Generated on Tue 18-Feb-2020 11:23:12 by m2html © 2005