function dummy(CLT) % converts matrix to the file deleteme.eps % draws a box around it and puts on tick marks % labels axes as beginning freq and ending frequency % % this script does the necessary (abs(TF).') .' because matlab order is not TV % flipud, (actually fliplr in non TV) because PostScript is -t by default % % mat2eps_clt(A) % or mat2eps_clt(clt(....)) % % returns nothing img = 255 - fliplr(scaler2((abs(CLT).'))); save deleteme img !mat2eps_clt deleteme.mat deleteme.eps delete deleteme.mat