plots.util

plots.util.hatchfill2_demo

HATCHFILL2_DEMO Demonstration script for HATCHFILL2 function 4 examples from original HATCHFILL by Neil Tandon a bar plot example

plots.util.modify_suffix(inputCell)
plots.util.table2latex(T, filename, special_col_spec, special_first_row)

Error detection and default parameters()

plots.util.bluewhitered(m, white_number)

BLUEWHITERED Blue, white, and red color map. BLUEWHITERED(M) returns an M-by-3 matrix containing a blue to white to red colormap, with white corresponding to the CAXIS value closest to zero. This colormap is most useful for images and surface plots with positive and negative values. BLUEWHITERED, by itself, is the same length as the current colormap.

plots.util.hatchfill2(A, varargin)

v3.0.0.0 https://www.mathworks.com/matlabcentral/fileexchange/53593-hatchfill2()

plots.util.signed_log(Z, C, levels, X, Y)

modified from the following https://www.mathworks.com/matlabcentral/answers/1700655-symmetric-diverging-log-color-scale#answer_1380451

plots.util.improvePlot()

Plot parameters() MATLAB treats mac and PC displays differently which can create weird looking graphs. Here we handle system differences

plots.util.imrange(inpict)
[min max] = IMRANGE(INPICT)

returns the global min and max pixel values in INPICT

INPICT can be a vector or array of any dimension or class

plots.util.color_each_element(matrix)
plots.util.remove_underscores(cell_str_in)

REMOVE_UNDERSCORES Replaces underscores with spaces and capitalizes each word

plots.util.save_pdf(fig, filename)

SAVE_PDF Save figure as pdf to specified filename