image thumbnail

updated 4 hours ago

struct2csv by James Slegers

Output a structure to a .csv file, with column headers (csv, struct2csv, struct)

struct2csv(s,fn)

image thumbnail

updated 4 hours ago

Gaussian Mixture Model by Ravi Shankar

The code finds out the parameters of a gaussian mixture model by Expectation-Maximization Algorithm. (data mining, data import, data export)

GMmodel(x,no_gaus_distr)

kmclust(x,no_clust)

image thumbnail

updated 12 hours ago

ArgUtils by Nezar

Argument parsing utilities (inputparser, programming)

ArgUtils.assignArgs( defaults, args_kwargs, varargin )

ArgUtils.assignVars( defaults, inputs )

ArgUtils.tostruct(varargin)

image thumbnail

updated 1 day ago

Laplacian 2.0 by Bryan C. Smith

(1-3)D sparse Laplacian matrices with eigenvalues and eigenvectors. (laplacian, eigenvalues, eigenvectors)

laplacian2(numpts, varargin)

image thumbnail

updated 5 days ago

Values from a column selection index vector by Eydrian

Returns the actual values chosen of a data from a column index vector (matrix)

selection2values.m

image thumbnail

updated 5 days ago

Bar Chart with Error Bars by Martina Callaghan

This is a very simple extension of MatLab's bar function to add error bars. (bar, error, errorbar)

barwitherr(errors,varargin)

image thumbnail

updated 9 days ago

Stacked Matrix Permutation by Emanuele Ruffaldi

Simplify the reordering of the sub-dimensions in a stacked matrices (matrix, stacked, permutation)

stackedpermute(X,sizes,order)

image thumbnail

updated 12 days ago

Sylvester Matrix by Jos (10584)

SYLVESTER - Sylvester matrix of two polynomials (v3.0, june 2013) (this is not working s..., mathematics, polynomial)

sylvester(P,Q ,MpMq)

image thumbnail

updated 14 days ago

Printing a formatted table by Daniel Wirtz

Allows to display and print simple text tables in MatLab. Plain and LaTeX format supported. (table, string table, char table)

PrintTable

image thumbnail

updated 14 days ago

Data for my question by Jeremy

This is data that works with a set of code that I requested help with. (matrix)

image thumbnail

updated 15 days ago

Trim array by Guilherme Coco Beltramini

Remove columns and rows that are empty or that contain only NaN's in the input arrays (trim, array, nan)

trim_array(action,varargin)

image thumbnail

updated 19 days ago

Create a colored, tilted 2D error ellipse scatter plot. by Nathan Orloff

Create a colored, tilted 2D error ellipse scatter plot. (ellipse, error, errorplot)

errorellipse(ex,ey,xx,yy,varargin)

image thumbnail

updated 19 days ago

Shift Vector by Sebastian

Shifts a row or column vector by an input number of elements (shift, vector, shift vector)

shiftVector(A,shiftsize,shiftMode)

image thumbnail

updated 19 days ago

Fit 2D Gaussian with Optimization Toolbox by Nathan Orloff

Fit a 2D rotated gaussian. http://en.wikipedia.org/wiki/Gaussian_function (image processing, optimization, signal processing)

fmgaussfit(xx,yy,zz)

image thumbnail

updated 21 days ago

nanconv by Benjamin Kraus

Convolution in 1D or 2D ignoring NaNs and (optionally) correcting for edge effects. (conv, conv2, nan)

nanconv(a, k, varargin)

image thumbnail

updated 21 days ago

cell to xls by suruchi

convert cell array to excel (cell array)

cellToXls.m

image thumbnail

updated 21 days ago

nantowhite by Benjamin Kraus

Convert a 2D matrix into an image with NaNs replaced by white (image, imagesc, colormap)

nantowhite(cvals, clim, cmap)

image thumbnail

updated 21 days ago

nanconvn by Benjamin Kraus

Convolution in ND ignoring NaNs and (optionally) correcting for edge effects. (conv, conv2, convn)

nanconvn(a, k, varargin)

image thumbnail

updated 21 days ago

Frechet Distance Calculator by Tristan Ursell

Estimate the similarity between curves in space using the scalar Frechet Distance. (curve, curves, path)

frechet(X1,Y1,X2,Y2,varargin)

image thumbnail

updated 21 days ago

Find Image Extrema by Tristan Ursell

Find local maxima, local minima, saddle points, and flat regions in an image. (image, maximum, maxima)

[x,y,z,c]=imextrema(im1,varargin)

image thumbnail

updated 21 days ago

Snip.m Snip elements out of vectors/matrices by Nicolas

Solves problems s.a. 'remove all nan' from a vector, 'get rid of 14th row of matrix' with low effort (basic function, matrix manipulation, easy)

[out]=snip(in,arg1,varargin)

image thumbnail

updated 25 days ago

quiverwcolorbar by Melissa Day

Generates a quiver plot colored according to vector magnitude and/or user specified axis boundaries. (quiver, vector, velocity)

quiverwcolorbar.m

image thumbnail

updated 25 days ago

escapeString: convert special characters in a string into their escape sequences by Christian

Escapes special characters (\r, \t, ', ...) in a string and returns the escaped string. (escape, string)

escapeString(str)

image thumbnail

updated 30 days ago

Divergence-Curl Demo by Teja Muppirala

A simple, easy-to-use visualization tool for vector fields. ベクトル場の発散、回転を可視化表示します (field, vector, divergence)

Divergence-Curl Demo

image thumbnail

updated 1 month ago

BetterHelp by Michael Ryan

Improves Matlab's help functionality for functions that do not have their own help files. (undocumented, help, programming)

help2html(topic,pagetitle,helpCommandOption)

help2html(topic,pagetitle,helpCommandOption)

myHelpUtils.atomicHelpPart

image thumbnail

updated 1 month ago

TransposeMat - like transpose, but handles N-D arrays by Chad Webb

Transposes the rows/columns (only) on any N-dimensional array (simulation, optimization, earth science)

TransposeMat(in)

image thumbnail

updated 1 month ago

Experimental Investigation on Solar Chimney for room ventilation by Ashish Meshram (Meet)

This project implements experimental Investigation on Solar chimney for room ventilation (solar chimney, ventilation, mass rate flow)

EISCRV(H,T,Ta,Ls,W,z,d,Vr,maxiter,maxerr)

GaussSeidelSOR(A,b,omega,es,maxit)

MatCrea(Coeff,Flux,Wall,Tf,Ta,Ls,z,W,d)

image thumbnail

updated 1 month ago

IMComp-Image Compression Software by Saurabh Aggarwal

IMComp is an Image Compression tool useful for compressing digital JPG images. (image processing, signal processing, optimization)

IMComp(varargin)

imagecompression.m

image thumbnail

updated 1 month ago

PDFsampler by Pantelis Sopasakis

A simple and handy PDF (Probability Distribution Function) re-constructor and sampler. (distribution function, probability, monte carlo)

PDFsampler

image thumbnail

updated 1 month ago

Grid of points within a polygon by Sulimon Sattari

This function generates an array of points that lie within a given polygon (polygon, points, point)

polygrid( xv, yv, ppa)

image thumbnail

updated 1 month ago

Multidimensional matrix multiplication by Sándor Tóth

The simple function performs fast matrix multiplication within multidimensional arrays. (matrix, multiplication, simple)

mmat(A,B,dim)

image thumbnail

updated 1 month ago

NewFile by Michael Ryan

Create new file from template. (template, utility, coding)

newf(varargin)

fileTypes

image thumbnail

updated 1 month ago

MyPatcher by Michael Ryan

Function to patch files a la the UNIX patch utility from unified diff files using pure Matlab. (file, file distribution, programming)

mypatcher( varargin )

image thumbnail

updated 1 month ago

Point cloud normal vector by Jered Wells

NORMND computes the vector normal to points in an N-D point cloud (eigenvector, eigenvalue, normal)

normnd(data,varargin)

image thumbnail

updated 1 month ago

compareStruct by Marco Borges

Compare Structs fields (compare isequal strcm..., compare, isequal)

compareStruct(a,b)

image thumbnail

updated 1 month ago

pushNaNs by Daniel

Pushes NaNs to the bottom of each column of X. (nan, order, sort)

pushnans( X,truncate )

image thumbnail

updated 1 month ago

Round using error estimate by Jack Peterson

Rounds a number and its error off so they are more readable. (error, round, estimate)

pretty_errors(u,u_err)

image thumbnail

updated 1 month ago

Save and load Matlab "projects" in editor by Kevin Bartlett

Saves and loads Matlab "projects" in editor (currently-open files, working directory, search path). (editor, project, programming)

matproj(varargin)

image thumbnail

updated 1 month ago

Many observations from arbitrary PDF by Jack Peterson

Generate many observations from an arbitrary PDF. (pdf, arbitrary, random)

randarbmulti(x,y,N)

image thumbnail

updated 1 month ago

K means clustering for Image Compression by Vinay Kumar Tadepalli

K-means clustering is a popular vector quantization method for data compression. (image processing, demo, mathematics)

Kmeans_Pre_Post.m

kmeans_clustering.m

Image_kmeans_main.m

image thumbnail

updated 1 month ago

STRJOIN by Kota Yamaguchi

Concatenate an array into a single string. (string, array, cellstr)

strjoin(input, separator)

image thumbnail

updated 2 months ago

ShowStructTree.m by Richard Moore

Display the fields of a structure as a tree. (struct, structure, struct contents)

ShowStructTree(run,toprint)

image thumbnail

updated 2 months ago

video from random points by Maxim Vedenyov

probability controled by frames of video (rejection sampling, video, random)

from_gif.m

from_gif_to_avi.m

from_gif_to_gif.m

image thumbnail

updated 2 months ago

Computation Of Antenna Array Paterns plot by Tamir Suliman

Simple matlab program for Computation of Antenna Array patterns and plotting the patterns (satellite communicati..., antennas, array)

antenna_patterns_excitation_strength.m

image thumbnail

updated 2 months ago

COMBNSUB (1.0) by Jos (10584)

Subset IX of all combinations of N elements of a vector V (combination, subset, selection)

combnsub(V,N, IX)

image thumbnail

updated 2 months ago

PV array three level inverter (how connect ?) - help by Viliam

How do I connect a PV array to the converter? does not work... Please help me... (fotovoltaic, array, simulink)

foto

image thumbnail

updated 3 months ago

absmax by Adam McNeilly

Returns the value of the element with the largest absolute value in the input matrix. (absolute, abs, maximum)

maximum=absmax(A)

image thumbnail

updated 3 months ago

randomfacegenerator by Joseph Hollmann

Function creates random cartoon faces. (fun, silly, random)

randomfacegenerator;

image thumbnail

updated 3 months ago

MetricPrefixStr - Print SI Prefix Formatted Numbers by Damon Bradley

Prints a SI prefix formatted string corresponding to a numeric vector. (latex, format, string)

MetricPrefixStr(xtickvec)

image thumbnail

updated 3 months ago

Simple Stock Ticker by David

A simple stock ticker app written with a MATLAB class (class, oop)

Simple Stock Ticker

simpleStockTicker

Contact us