LOGIMAGESC Make an imagesc(0) plot with log y-axis values (ala semilogy())

Usage: >> [logfreqs,dataout] = logimagesc(times,freqs,data);

Input:
times   
vector of x-axis values
freqs   
vector of y-axis values
data   
matrix of size (freqs,times)

Author: Scott Makeig, SCCN/INC/UCSD, La Jolla, 4/2000

See the matlab file logimagesc.m (may require other functions)

Back to functions