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 Sat 29-Apr-2023 17:15:46 by m2html © 2005