Refine by Content Type

Refine by Product

Refine by Time Frame

image thumbnail

updated 8 months ago

Linear regression with statistics for multiple category data by Soumya Banerjee

This function does linear regression with statistics for multiple category data (OLS and RMA) (aerospace, automotive, biotech)

regress_plot_twocategories

image thumbnail

updated 9 months ago

cell2vars: Transform cell to vars by Renwen Lin

cell2vars: Transform cell's columns' to variables in workplace (data export, measurement, data import)

cell2vars(cellvar, newvarname)

cell2vars_d.m

image thumbnail

updated 9 months ago

Nero AAC Codec Wrapper by Kesh Ikuma

MATLAB wrapper functions for Nero AAC Codec (v1.0) (audio, data export, data import)

neroaacread(aacfile,varargin)

neroaactag(aacfile,cmdstr,varargin)

neroaacwrite.m

image thumbnail

updated 10 months ago

Scalable Vector Graphics (SVG) Export of Figures by Juerg Schwizer

Converts 3D and 2D MATLAB plots to the scalable vector format (SVG). (plot2svg, svg filters, 3d)

demo_svg_water

plot2svg.m

simulink2svg

image thumbnail

updated 10 months ago

Temperature forecasting by Peyman

Next 24 h temperature prediction; for each 15 minutes. (data exploration, data export, data import)

Final.m

image thumbnail

updated 11 months ago

abf2load by Forrest Collman

a version of abfload which is capable of reading abf 2.0 files (abf, action binary file, data import)

abfload.m

image thumbnail

updated 11 months ago

control Solartron Schlumberger 1250 frequency response analyser by Sebastian Guttke

file is good for communication and getting data from an SOL 1250 and particulary 1260 (solartron 1250 1260 g..., data export, serial cummunication)

getsol1250.m

image thumbnail

updated 11 months ago

SCOPE: interactively tabulate SEER excel variables by Rex Cheung

This takes SEER excel column data interactively, tabulate them, write back in table format. (data import, data export, optimization)

output=xls2tabulate2xls(xlsfilename)

image thumbnail

updated 11 months ago

SCOPE: GLM propensity recoding of new risk factor by Rex Cheung

This utility recodes by generalized linear model propensity score (data import, data export, optimization)

output=GLMPropensityRecodeLN(xlsfilename)

image thumbnail

updated 11 months ago

SCOPE: utility to compute percent positive lymph nodes by Rex Cheung

This program removes the cases with zero lymph nodes examined and compute the positive LN density. (mathematics, data export, data import)

status=computePositiveLNDensity(xlsfilename)

image thumbnail

updated 11 months ago

SCOPE: utility to recode the Cause Of Death (COD) in SEER by Rex Cheung

This SCOPE utility to recode the Cause Of Death in SEER for observedoutome variable. (data export, data import, mathematics)

xlsrecodeSEERcasueSpecificDeath(xlsfilename, cause)

image thumbnail

updated 11 months ago

SCOPE: utility to interactively tabulate SEER data stored in Excel by Rex Cheung

This utility tabulates the column data that to be used in a table for publication of SEER data. (data export, data import, mathematics)

xlsToSEERTable.m

image thumbnail

updated 11 months ago

SCOPE: utility to recode categorical data as numerical scores by Rex Cheung

This utility converts SEER categorical data stored in Excel into numerical scores. (data export, data import, statistics)

recodedunivar2univar=Univar2UnivarRecode(filename)

image thumbnail

updated 11 months ago

Export figure to 3D interactive PDF by Ioannis Filippidis

Export figure as a U3D file or directly to 3D interactive graphics within a PDF. (3d, u3d, graphics)

[strmodelshading, strfaces_colors, strfaceshading, strcolor...

arclength(px,py,varargin)

axes_extremal_xyz(ax)

image thumbnail

updated 11 months ago

uneval by David Holl

Uneval performs the inverse operation of eval('expression'). (eval, strings, data structures)

uneval(var_name, value, return_cell_array)

image thumbnail

updated 12 months ago

txt2edf by John Loft

Converts .txt files to .edf files. (txt2edf, file conversion, european data format)

txt2edf(filename, desired_filename)

image thumbnail

updated 12 months ago

OpenModelica-Matlab-Interface by Christian Schaad

Compiles, runs, imports openmodelica models. (data export, openmodelica modelica..., data import)

omcleanup (modelname)

omcompile (filename,modelname,varargin)

omimport(modelname)

image thumbnail

updated 12 months ago

Converting a 3D logical array into an STL surface mesh by Adam A

Conversion of a voxelised object contained within a 3D logical array into an STL surface mesh. (stl, cad, data export)

CONVERT_meshformat(varargin)

CONVERT_voxels_to_stl(STLname,gridDATA,gridX,gridY,gridZ,va...

READ_stl(stlFILENAME,varargin)

image thumbnail

updated 12 months ago

SCOPE Ver 1 GUI by Rex Cheung

This provides the GUI of SCOPE, the kernel functions, the instruction, and output examples. (mathematics, optimization, gui)

SCOPEVer1(varargin)

[maxAROC maxAROCRiskFactor stepsBinaryFusion]=FindMaxAROCBi...

[originalriskfactor binaryfusionriskfactor binaryfusionrisk...

image thumbnail

updated 1 year ago

matrix2lyx by Pål Næverlid Sævik

Converts a MATLAB matrix to a LyX table. See www.lyx.org. (tex, latex, lyx)

matrix2lyx.m

image thumbnail

updated 1 year ago

queryMySQL by Jonathan Karr

Platform independent MySQL database solution with blob support. (data export, mysql, database)

db2mat(db,indices,imps)

mat2db(fileName,db,indices,imps)

edu.stanford.covert.db.Database

image thumbnail

updated 1 year ago

compressLines by Clemens

Tool to remove points from lines that would not be visible in plot. (plot, line, compress)

compressLines(f)

image thumbnail

updated 1 year ago

strcatrobust: Combine num, char and cell to one cellstr by Renwen Lin

% B = strcatrobust(1, {'a' 'b'},[2 , 3], 't') % B is {'1a2t' '1b3t'}; (data export, data import, str tool)

strcatrobust(varargin)

image thumbnail

updated 1 year ago

idrepetition: Find the index for the repetition terms in a cell by Renwen Lin

Find the index for the repetition terms in a cell % [ids a] = idrepetition(A) % linrenwen@gmail.co (mathematics, statistics, data export)

idrepetition(A)

image thumbnail

updated 1 year ago

isrepetition: Determine TRUE or FALSE for repetition terms in a cell by Renwen Lin

Determine TRUE or FALSE for repetition terms in a cell % tfs = isrepetition(A) (data export, data import, is)

isrepetition(A)

image thumbnail

updated 1 year ago

isnumericcell by Renwen Lin

isnumericcell (data import, data export, isnumeric)

isnumericcell(A)

image thumbnail

updated 1 year ago

xlsx2csv: Transform sheets in xlsx file to csv files by Renwen Lin

% Transform all sheets in xlsx file to csv files % 把xlsx文件中的表批量转换为csv文件 (xlsx csv transformati..., data import, data export)

xlsx2csv.m

xlsx2csv_d.m

image thumbnail

updated 1 year ago

A Graphical User Interface for Solving Delay Differential Equations and doing Local Search by Soumya Banerjee

A GUI for solving a set of delay differential equations (DDEs) and local search for best solutions (biotech, statistics, data import)

odesolver_outline

...

dde_auto_fit

image thumbnail

updated 1 year ago

xlsx2matfile: Transform all sheets in xlsx file to mat files by Renwen Lin

% xlsx2matfile(pathxlsx) % xlsx2matfile(pathxlsx, pathmat) (data export, data import xlsx xls ...)

xlsx2matfile.m

image thumbnail

updated 1 year ago

xlsx2matfile by Renwen Lin

Transform all sheets in .xlsx file to .mat file. 把xlsx文件中的表批量转换为mat文件 (data export, data import xlsx mat ..., demo)

xlsx2matfile.m

xlsx2matfile2_d.m

image thumbnail

updated 1 year ago

STL to ACIS SAT conversion by Adam A

Convert an STL file into ACIS SAT, which can be more readily imported into various CAD packages. (sat, cad, acis)

CONVERT_stl_to_sat(varargin)

PLOT_3D_stl_patch(coordVERTICES,varargin)

READ_stl(stlFILENAME,varargin)

image thumbnail

updated 1 year ago

LVM file import by M. A. Hopcroft

Imports LabView .lvm data files into MATLAB (data export, lvm, data file)

lvm_import(filename,verbose)

image thumbnail

updated 1 year ago

Excel Column Conversion by Ragaar Ashnod

Converts a numeric input to a column name, for Excel representation. (data export, data import, excel)

output=ExcelCol(x)

image thumbnail

updated 1 year ago

Solving heat equation in 2D by Moussa Maiga

The aim of this work is to illustrate, how we can resolve heat equation with the PDE toolbox (data exploration, data export, heat diffusion)

premier.m

zazaz(varargin)

image thumbnail

updated 1 year ago

Animated gif generator from images by Héctor Corte

This script is a GUI to easily generate an animated gif from images. Time between images can be set. (image processing, simulation, interpolation)

gifgenerator.m

image thumbnail

updated 1 year ago

stlwrite - Write binary or ascii STL file by Grant Lohsen

This is an update to the excellent work done by Sven Holcombe to add color support (data export, data import, mesh)

stlwrite(filename, varargin)

image thumbnail

updated 1 year ago

Binary STL file reader by Grant Lohsen

Update of the stlread function by Francis Esmonde-White to properly implement color reading. (3d models, binary, cad)

stlread(filename, verbose)

image thumbnail

updated 1 year ago

Wave Player With Effects And Analysis by Muhammad Umair

It plays and add certain effects to a .wav file like a real media player. (wav player, convoloution, gui)

image thumbnail

updated 1 year ago

Edge Drawer by Héctor Corte

This simple script allows you to create edge pictures from an existent image. (data export, gui, image processing)

edges.m

image thumbnail

updated 1 year ago

Row Column Reduction coding by Angel Johnsy

A lossless image compression technique for blocks having high redundancy. (image compression, lossless compression, map image)

Row_Column_Reduction.m

Temp=Row_Column_Expansion(Temp,RV,CV)

image thumbnail

updated 1 year ago

Data Theif by Adnan

DataTheif Helps you to extract data points from graphs. (data, data thief, export data)

DataTheif(Image,A,B,C)

image thumbnail

updated 1 year ago

A_Z_Node_Spikes by Sam Bateman

For a bio-functional cellphone micro-chip. (biotech, communications, control design)

A_Z_Nodes_Version_2.m

image thumbnail

updated 1 year ago

DataNinJa (DNJ) by Michael Rutberg

A toolkit for exploring, visualizing, and manipulating large mixed-type datasets (data exploration, data import, data export)

dataninja(varargin)

dnj2xls(inStruct,outputFilename)

dnjcomply(inStruct,varargin)

image thumbnail

updated 1 year ago

Receive NMEA From Garmin Etrex vista GPS by Davoud Rostami(IRAN)

Download NMEA Data From Garmin Etrex Vista GPS (receive nmea from gar..., data export, nmea)

ReceiveNMEA(varargin)

image thumbnail

updated 1 year ago

A matlab viewer for 3D raw images by Rex Cheung

This program allows users to view the cross-sectional view of a CT or MRI volume image. (gui, data export, data import)

RawImage3DViewer(varargin)

image thumbnail

updated 1 year ago

MOTION DETECTION IN LIVE VIDEO STREAM by vishal rana

live data is acquired and analyzed to calculate any motion and latest image is storded. (motion, detection, survillence system)

MOTION(varargin)

image thumbnail

updated 1 year ago

Gaussian filtering of zero-padded and circularized 1-D data by Rex Cheung

This filter could be extended into a 2D image smoothing filter. The kernel can be switched easily. (data import, data export, image processing)

unitTestfilter(a, kernel)

image thumbnail

updated 1 year ago

Excel Column Conversion by Mike Sheppard

Converts between column name and number for Excel representation (data import, data export, excel)

Out=ExcelCol(In)

image thumbnail

updated 1 year ago

InSPIRE: Matlab 2D deformable registration by Rex Cheung

This program uses Matlab cellular modules to outline the a workflow of 2D deformable registration. (demo, data import, data export)

ImageOverlay(fixedimage, movingimage)

a=convert2landmarks(cursor_info)

aa=plotdeformation(filename)

image thumbnail

updated 1 year ago

Alamouti Space time block coding by Sourav Mondal

This programs compute BER for Alamouti 2T1R & 2T2R schemes. (communications, mathematics, data export)

H=rey(Nt,Nr)

ber_ml=Alamoudi_2T1R(snr,threshold)

ber_ml=Alamoudi_2T2R(snr,threshold)

Contact us