image thumbnail

updated 1 year ago

struct2table by Karl

displays a struct's contents in a clear way... (struct, table, display)

struct2table.m

image thumbnail

updated 1 year ago

Brick Toolbox by Thomas Deneux

The Brick Toolbox is a set of utility functions for Matlab. (easy, fast, cool)

a=fn_readasciimatrix(filename,nheaders)

createhelpfiles(mfile)

data=fn_bin(data,bins,varargin)

image thumbnail

updated 1 year ago

disptable - Display matrix with column or row labels by Joao Henriques

Displays a matrix with per-column or per-row labels. (display, matrix, table)

disptable.m

image thumbnail

updated almost 2 years ago

Graphically display the 'branch' structure of a struct variable by Andrew

Recursive function designed to display the 'branch' structure of struct variables. (structure, struct, explore)

structstruct(S)

image thumbnail

updated 2 years ago

Vector to colon notation by Javier Lopez-Calderon

Converts a vector into a string with its MATLAB colon notation (single resolution). (single resolution, eval, string)

vect2colon(vec, varargin)

image thumbnail

updated 2 years ago

displaytable by Matt Caywood

Legible display of N-dimensional data tables with color highlighting of entries. (matrix, display, table)

displaytable(data,headings,labels,cellsize,decimalsize,pe...

image thumbnail

updated 2 years ago

display_matrix by Marshall

Plots the values of a matrix to a MatLab figure. (display, statistics, matrix)

display_matrix(matrix, title_text, format)

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 almost 3 years ago

File Ordering Patch Utility for MATLAB by Michael Chan

The utility patches the reordering considering the length of the filename during the sorting. (string, utility, directory)

cell2str(c,n,mode)

displayImagesInDirectory(targetFolder, imageFiles, imageF...

listFilesInDirectory( targetFolder, imageFileType )

image thumbnail

updated almost 3 years ago

Plot Unit Vectors by James West

Simple method to plot unit vectors in 3d (3d, vector, plot3)

fcn_plotUnitVectors(origin, csX, csY, csZ, vectorScale,co...

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 3 years ago

Display Python Formatted Arrays by Robin

Displays a double array in Python/NumPy format (python, numpy, array)

array

image thumbnail

updated 5 years ago

vect2str -- vector to string conversion by Luca Balbi

vect2str prints out a numeric vector into a string. Fully customisable. (display, format, string)

vect2str(v,varargin)

image thumbnail

updated 6 years ago

Display structures with differences by Alessandro Toso

Function to display in the command line array of structures and mark different field values. (structures, cell arrays, structs)

display_structs( t )

image thumbnail

updated 6 years ago

Latex Figure Output by Brent Lewis

Given a value, array, equation or array of equations. This program will output to a figure of desir (symbolic math, latex figure, array)

latex_figure(A,digit,windowsize)

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 7 years ago

Checking Matrix Elements by Miroslav Balda

Function check.m displays all elements of a general matrix fulfilling a given condition. (development environme..., debuging, check)

check(A,Cond,form)

image thumbnail

updated almost 8 years ago

PDFPLOT by Alex Bar-Guy

PDFPLOT displays a histogram of the empirical probability density function (PDF) of the input data. (pdf, density, function)

pdfplot(xin, nbins)

image thumbnail

updated almost 9 years ago

Custom Bumps by Roy Schestowitz

Generate and display sets of flexible bumps (specialized, plotting, generate)

generate_show_custom_bumps()

make_1d_bump(n_images, image_width, bump_width, bump_widt...

normalise_to_bounds(data, lower_bound, upper_bound)

image thumbnail

updated 9 years ago

Fancy Plot by Roy Schestowitz

A more graphical mode for 'plot'. (fancy, plot, data)

fancyplot(varargin)

fp (datavector)

image thumbnail

updated 9 years ago

cdisp by Francois Bouffard

Message display function with verbosity level and log file. (display, string, message)

cdisp(message,level,idstring,logfile)

image thumbnail

updated 10 years ago

General Object Display by Ohad Gal

Display the nested structure of an object or structure. (display, print, structures)

gen_object_display( obj_struct,indent )

image thumbnail

updated 10 years ago

Display_structure by Mark Jobse

Displays the fields in a structure. (display, structures, structure)

display_structure(structure, max_array_size, start_indent...

image thumbnail

updated 13 years ago

ConnectFunc by Paul Nuschke II

A function connecting two points in an image with a line of ones. (gui, display, annotation)

newout=ConnectFunc(binimg,row1,col1,row2,col2)

Contact us