image thumbnail

updated 5 months ago

vardump.m Dump variables into a string by Ronald

Dump variables into one string (similar to var_dump from PHP) (variables, disp, output)

vardump(varargin)

image thumbnail

updated 8 months ago

DispA(ll) by Alan Robinson

Enhanced disp that can take any number of arguments (display, disp, text)

dispa(varargin)

image thumbnail

updated 10 months ago

String representations for most data types by Rody Oldenhuis

Generate string representations of all Matlab data types, and most user-defined classes. (conversion to string, string manipulation, string conversion)

toString(var, varargin)

image thumbnail

updated 1 year ago

disptime(T) displays time T in format: hr min sec by Brenden Epps

disptime(T) displays time T (given in seconds) in format: hr min sec (disp)

disptime(total_seconds)

image thumbnail

updated 1 year ago

dispn(X,N) == displays matrix X to N digits of precision by Brenden Epps

DISPN(X,N) displays matrix X to N digits of precision. (disp, format, display matrix to scr...)

dispn(X,N)

image thumbnail

updated 2 years ago

SHOWCELL & CELL\DISP by Jiro Doke

Displays cell array with long strings in the command window. (structures, cell arrays, cell array)

disp(arg)

display(arg)

showcell(varargin)

image thumbnail

updated 3 years ago

uiselectim by Brett Shoelson

Visually select a single image from an array of images in a directory. (gui, display, annotation)

uiselectim(varargin)

image thumbnail

updated 7 years ago

dispx: Display styled string in xterm by Douglas Schwarz

Display string with underlined, bold or colored characters in an xterm. (xterm, disp, string)

dispx(str)

image thumbnail

updated 8 years ago

dispmtx by Aslak Grinsted

Display a matrix in a nicely formatted way. (disp, matrix, dispmtx)

dispmtx(M,varargin)

Contact us