image thumbnail

updated 1 month ago

Case insensitive sort function by German

Case insensitive sorting of a cell array of strings. (sort, text, sorting)

sorti(A, varargin)

image thumbnail

updated 2 months ago

TextZoomable for text that scales as you zoom by Ken Purchase

Text that zooms as you zoom your plot, rather than staying at a fixed font size. (text, zoom, text zoom)

TextZoomable(x,y,varargin)

image thumbnail

updated 2 months ago

TextZoomable for text that scales as you zoom by Ken Purchase

Adds text to a figure that grows/shrinks with figure content as the figure is zoomed/scaled (text, zoomable text, scalable text)

TextZoomable(x,y,varargin)

image thumbnail

updated 2 months ago

bordertext by Jan de Wilde

Place text on borders of the figure, border of the subplots, on the inner-side or outer-side. (bordertexttexttext pr..., bordertext, text)

bordertext( pos, txt, FormatStr )

image thumbnail

updated 2 months ago

Add Text To Image by Daniel Warren

Overlays rasterized text on an image matrix. (image, text, raster)

AddTextToImage(Image,String,Position,Color,Font,FontSize)

AddTextToImageWithBorder(Image,String,Position,Color,Font,F...

RasterizeText(String,Font,FontSize)

image thumbnail

updated 3 months ago

Display Formatted Text Table of Data by Richard Crozier

Display data, mixed numeric and strings with optional col and row headers and your choice of col sep (format, text, output)

displaytable(data, colheadings, wid, fms, rowheadings, fid,...

image thumbnail

updated 3 months ago

tick2text: create easy-to-customize tick labels by Kelly Kearney

Customized tick marks, maintained on zoom and pan (annotation, customization, tick)

params=parse_pv_pairs(params,pv_pairs)

tick2text(varargin)

image thumbnail

updated 4 months ago

matprint by Karel Lebeda

Prints (rasterizes) text directly to image matrix. (image, print, text)

getCharCoordinates(c, fontHeight)

getStringCoordinates(font, inputString, fontHeight)

loadAndParseTFF(filename)

image thumbnail

updated 7 months ago

DispA(ll) by Alan Robinson

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

dispa(varargin)

image thumbnail

updated 7 months ago

Location of Text in Images of Natural Scenes by Ashwin

A Novel Algorithm to detect and localize text in Natural Scene Images (text, localize, image)

TextLocalization.m

image thumbnail

updated 10 months ago

Fractional position on plots by Chad Greene

Position text or data relative to the frame of a plot, not necessarily relative to the data. (text, plot, xlim)

xput(x_position_fraction)

yput(y_position_fraction)

zput(z_position_fraction)

image thumbnail

updated 1 year ago

Image Description Notes (with LSB encoding) by Michael Chan

The objective is to illustrate how certain reference may be made to a given image. (text, bit, data hiding)

allocateDataBitsByN_SizeBitsIntoByteArrays( bitStream, N )

bitStreamToIntArray( bitStream )

convertInt8ToBitStream( dataToBeInsertedAsBits_inDec )

image thumbnail

updated 1 year ago

Read Text File Data by Akshaya Thippur

Read experimental float data from many .txt files. (file io, txt, input)

ReadTxtData(GenericFileName, varargin)

image thumbnail

updated 1 year ago

Manipulate: Interactive Parametrized Plotting by Mingjing Zhang

An interactive plotting tool similar to (with much fewer features) "manipulate" in Mathematica (slider, interactive, drag)

manipulate(mathfunc_full, XYLim, varargin)

image thumbnail

updated 1 year ago

Label Image by Amitabh Verma

Script to place text label on the image without losing on the pixel information by pixel replacement (image, label, overlay)

labelimg(varargin)

image thumbnail

updated 1 year ago

struct2File by Ivar Eskerud Smith

Print a struct to file. (struct, print, file)

struct2File( s, fileName, varargin )

image thumbnail

updated 1 year ago

Plot All Font Types by Juan Camilo Medina

Plots all the different font types in your Matlab version (plot, axis, text)

plot_fonts.m

image thumbnail

updated 1 year ago

EMat: Embedded Matlab Templating by Kota Yamaguchi

EMat class provides Ruby's ERB-like templating system in Matlab. (text, template, html)

EMat

main.m

image thumbnail

updated 1 year ago

Dict Search from Text File by Konark Kelaiya

This function reads a line from text file & generate all possible combination of words (com, doc, dictionary)

dictsearch()

image thumbnail

updated almost 2 years ago

Rotate and alternate tick labels on any Xaxis (top or bottom) by Fanny Besem

Rotate tick labels and alternate them for reading clarity (alternate, text, label)

rotatetl.m

image thumbnail

updated 2 years ago

TEXT2IMAGE : Convert an ASCII text file to image by Divakar Roy

Text to image conversion. (ascii, show, text)

text2image(y1,y2)

image thumbnail

updated 2 years ago

textbp: text with legend-style "best" placement by Peter Mao

automatically locates text annotation to minimize figure obscuration (annotation, customization, text)

textbp(string,varargin)

image thumbnail

updated 2 years ago

Text file reader v1 by samir beneddine

This small programm can be used to read a txt file where you can put the values of some variables (embedded code, preprocess, preprocessing)

[]=readInput()

image thumbnail

updated 2 years ago

Plot to Bitmap by Dirk-Jan Kroon

Plot lines (and text) directly into a bitmap, including filled polygons. (bitmap, image, text)

I=bitmapplot(x,y,Ibackground,options)

I=bitmaptext(lines,I,pos,options)

image thumbnail

updated 2 years ago

mfileread by Mathias Benedek

This function separately returns the code part and the comment part of an m-file (data import, mfile, read)

mfileread(file)

image thumbnail

updated 2 years ago

TextInject by Phillip

A mex file to send text to any other application. (mex, text, application)

image thumbnail

updated almost 3 years ago

File Append by Jade Wang

Appends text to an existing text file or creates a new text file. (data export, text)

fileappend(myfile, mytext)

image thumbnail

updated almost 3 years ago

File Write function by Jade Wang

A simple function to write some text string to a file. (data export, text, file)

filewrite(myfile, mytext)

image thumbnail

updated almost 3 years ago

Text progress bar for ODEs by David Romero-Antequera

A simple text/console progress bar for the builtin ODE solvers (ode, solver, text)

status=odetpbar(t,y,flag)

textprogressbar(c)

image thumbnail

updated almost 3 years ago

Make special characters visible by Stiphu

Output '_', '^', '{', '}' and '\' characters with the 'text' command (special, character, tex)

remSpecChar(txtIn)

image thumbnail

updated 3 years ago

create text matrix by Avishalom

takes a string, returns a matrix of 1s and 0s. text string is 'painted' by 1s on a background of 0s (handwriting, graphics, neural networks)

createtext (txt)

image thumbnail

updated 3 years ago

String2Hash by Dirk-Jan Kroon

Convert a String Array (Text) to a hash code (encoding, sdbm, string2hash)

hash=string2hash(str,type)

image thumbnail

updated 3 years ago

ImagePatchTool by Amitabh Verma

Patching technique for text/image without losing on the pixel information in the rest of the image. (stitching, overlay, patching)

ImagePatchTool.m

image thumbnail

updated 3 years ago

XTICKLABEL_ROTATE by Brian Katz

Rotate XTickLabel to better accommodate long labels and text labels. (annotation, customization, xticklabel)

xticklabel_rotate(XTick,rot,varargin)

image thumbnail

updated 3 years ago

textborder - Higher contrast text using a 1-pixel-thick border by Joao Henriques

Draws text on a figure with a 1-pixel-thick border. (border, figure, text)

textborder(x, y, string, text_color, border_color, varargin...

image thumbnail

updated 3 years ago

uhelp by paul koch

display a function's HELP or a CELL array in text window (gui, guitools, help)

uhelp.m

image thumbnail

updated 3 years ago

RenderText by Ken Purchase

Draws text (font) into a matrix, by first drawing it in a figure, then capturing the screen. (graphics, text, render text)

RenderText(inText, infoIn, autoMode, useColor, backgroundCo...

RenderTextSimple(inText, varargin)

testRenderText

image thumbnail

updated 3 years ago

UISETSCREENPIXELSPERINCH by Varun Gandhi

Tool that can be used to easily set the Root Property: 'ScreenPixelsPerInch' (potw, resolution, root)

uisetscreenpixelsperinch.m

image thumbnail

updated almost 4 years ago

Image and Video Processing with Simulink® Webinar Files by Alan Hwang

These are the files from the Image and Video Processing with Simulink webinar. (fft, september, outoffocus)

LCT.m

OurModel

out_focus_vid.wmv

image thumbnail

updated almost 4 years ago

Histogram Overlay Block by Alan Hwang

The Histogram Overlay Block plots a histogram onto your video in Simulink® (video, histogram overlay, image)

HistogramOverlay_r2008a

image thumbnail

updated 4 years ago

Solution to Project Euler Problem 54 by Husam Aldahiyat

How many hands did player one win in the game of poker? (poker, text, function)

euler54

findv(c)

get_fourv(C)

image thumbnail

updated 4 years ago

Save Word as Text by Matthew Simoneau

Converts a Microsoft® Word document to a text file. (rtf, activex, word)

saveWordAsText(docFile,txtFile)

image thumbnail

updated 4 years ago

readline.m v3.0 (Jun, 2009) by Carlos Adrian Vargas Aguilera

Reads the specified line(s) from a file. (getl, textscan, text)

readline(FILE,NLINE,TYPE,varargin)

image thumbnail

updated 4 years ago

Converting CSV files to mat files by Siamak Faridani

This simple script converts all the ASCII *.dat files in the current directory into mat files. (dat, mat, text)

convertdattomatlabmatrix.m

image thumbnail

updated almost 5 years ago

Typing Speed Test by Husam Aldahiyat

Simple GUI that measures your typing speed. (games, type, typing)

typetime(varargin)

image thumbnail

updated 5 years ago

Example - data input GUI by Dawn Sanzi

Enter text into GUI, ouputs text fields as structured array. (enter variables, gui tools, gui)

dataimput(varargin)

image thumbnail

updated 5 years ago

MY_YTICKLABELS replaces YTickLabels with "normal" texts and resizes axis to fit the texts by Pekka Kumpulainen

MY_YTICKLABELS replaces YTickLabels with texts, shrinks the axis to fit the texts in the window (annotation, customization, yticklabel)

my_yticklabels(varargin)

image thumbnail

updated 5 years ago

DISPLACE by Vassili Pastushenko

drags nonmodified line/patch/text objects (data exploration, drag, displace)

displace

image thumbnail

updated 5 years ago

MATLAB Tips & Tricks by Gabriel Peyre

A list of useful tips and tricks with concise piece of code and comments. (matlab, help, paper)

image thumbnail

updated 5 years ago

textLoc by Ben Barrowes

Puts string onto the current axes with location similar to legend locations. (annotation, customization, text)

[H]=textLoc(varargin)

Contact us