Refine by Product

Refine by Time Frame

image thumbnail

updated 5 months ago

NHANESCOPEConvertSASCodeToSTATACodeToReadNHANESDataFile by Rex Cheung

This NHANESCOPE program converts a SAS input program to a STATA do-file (data export, data import)

NHANESCOPEConvertSASCodeToSTATACodeToReadNHANESDataFile(SAS...

image thumbnail

updated 5 months ago

NHANESCOPE: National Health and Nutrition Examination Survey Clinical Outcome Prediction Expert by Rex Cheung

This program is a part of a software suite developed to analyze NHANES public use data (data export, data import)

NHANESCOPEUseSASCodeToReadNHANESDataFileToMatlab(SASCodeFil...

image thumbnail

updated 5 months ago

force_delete by Alan

Forces the deletion of a file; without the warning: File not found or permission denied. (data export, data import)

force_delete(filename)

image thumbnail

updated 5 months ago

PlotArray by Patrick

Use this function to help plot multiple data series of different size without using hold! (matlab, data import, gui)

PlotArray( V,M )

image thumbnail

updated 6 months ago

For Calibrating using Fio by Ravi Laohasurayodhin

This Simulink help you can collect data from Fio (ADC) by just only enter. (data export, data import)

calibrate_flow

image thumbnail

updated 6 months ago

Trapezoidal Integration by Aravazhi Anbarasu

Simple and intuitive numerical integration based on trapezoidal rule. (data import, data export, control design)

int_trapz(X,Ts)

image thumbnail

updated 6 months ago

Creating File and Folder Trees by Ori Adam

a simple function for sweeping directories and generating trees of files and folders (data import, dir, folder)

FileFolderTrees(Datadir)

image thumbnail

updated 6 months ago

DM3 Import for Gatan Digital Micrograph by Robert McLeod

Imports Gatan .DM3 format files with tags (images, spectra, & spectral images) into a MATLAB struct. (electron microscopy, digital micrograph, data import)

DM3Import.m

example_dm3script.m

image thumbnail

updated 6 months ago

Fuzzy Control (Universal Motor) by John Diaz

Fuzzy Control (data export, data import, control design)

motor.m

Motor_Fuzzy.mdl

image thumbnail

updated 6 months ago

Byte encoding utilities by Kota Yamaguchi

Matlab utilities to encode/decode Base64 string and GZIP bytes. (data import, encode, base64)

base64decode(input)

base64encode(input)

gzipdecode(input)

image thumbnail

updated 6 months ago

Load ods. Import numbers from Open Document Spreadsheet by Antonio Quarta

Import data from .ods file into cell arrays. (data import, open document spreads...)

loadods(filename,opt1,opt2)

image thumbnail

updated 6 months ago

Read and write miniSEED file by François Beauducel

Imports and exports data files in seismological format "mini-SEED" (data import, miniseed, geophysics)

mkmseed.m

rdmseed.m

image thumbnail

updated 6 months ago

Implementation of 16-QAM algorithm in the presence of AWGN channel by Umair Nadeem

This algorithm implements the 16-QAM modulation and demodulation in the presence of AWGN channel (communications, data export, data import)

qam.m

image thumbnail

updated 6 months ago

Euler Angles, Orthogonal transformations, Direction cosine matrix by Small Satellites

Calculate Euler angles from Given direction cosine matrix. (euler angles, orthogonal transforma..., direction cosine matr...)

EulerAngles.m

image thumbnail

updated 7 months ago

txt2mat by Andres

fast and versatile ascii data import capable of handling large text files (data import, ascii, csv)

txt2mat.m

image thumbnail

updated 7 months ago

DataSet Object by Scott Koch

The DataSet object (DSO) is a Matlab object created to hold both data and metadata. (statistics, chemistry, data import)

dataset(varargin)

datasetdemo.m

image thumbnail

updated 7 months ago

arffparser by Konstantinos Drossos

M-File for reading and writing / creating arff files to and from MATLAB. (weka, arff, data export)

arffparser(mode, fileName, inputStruct, relationName, ...

image thumbnail

updated 7 months ago

Load Amira 5.2.2 Files by Shawn

A matlab routine to load binary Amira images (amira, data import, image processing)

LoadData_Amira(Pathname)

image thumbnail

updated 7 months ago

MATLAB Tools for Scientist by Asawari Samant

Files from the webinar: MATLAB Tools for Scientists- Introduction to Data Analysis and Visualization (curve fitting, biotech, dose response)

Characterization of Dose-Response Behavior

Dose Response Analysis

DoseResponseFit(varargin)

image thumbnail

updated 7 months ago

Wheel Rail contact calculator by Jong Kim

This GUI program calculates some of specific data during the contact between wheel and rail. (kalkers theory, rail, contact dynamics)

contact_ellipse_calculator(varargin)

image thumbnail

updated 8 months ago

Triangular mesh conversion from MATLAB to NASTRAN (ASCII) format and vice versa by Sergey Makarov

Four zipped MATLAB scripts supporting export/import of NASTRAN (ASCII) triangular meshes (triangular mesh, data import, modeling)

image thumbnail

updated 8 months ago

CELP codec by Sourav Mondal

This is a code to demonstrate CELP codecs of bitrate 9.6kbps and 16kbps. (celp, audio codec, lpc)

celp16k(x,N,L,M,c,cb,Pidx)

celp9600(x,N,L,M,c,cb,Pidx)

celpana(x,L,M,c,cb,Pidx,bbuf,ebuf,Zf,Zw)

image thumbnail

updated 8 months ago

SCOPE: plot survival and censoring data from excel file interactively by Rex Cheung

This program is a SCOPE sub-routine to plot the survival and censoring data stored in an excel file (mathematics, data import, data export)

xlsSeerComputeSurvivalFuntion(xlsfilename)

image thumbnail

updated 8 months ago

SCOPE: mulit-variate cox regression by Rex Cheung

Compute and plot cox regression fit using censored survival data stored in an excel file (data import, mathematics, statistics)

xlsSeerComputeSurvivalFuntionCoxRegression(xlsfilename)

image thumbnail

updated 8 months ago

SCOPE: kstest2 extended to allow censoring by Rex Cheung

Extends Matlab 2-sample Kolmogorov-Smirnov test to test "censored" survival data (data import, data export, statistics)

xlsSeerComputeSurvivalFuntionKSTest2(xlsfilename)

image thumbnail

updated 8 months ago

mergecellkey: Merge cell by key by Renwen Lin

mergecellkey: Merge cell by key (data import, merge, cell)

mergecellkey(A, B, keys)

mergecellskey(varargin)

showcell(varargin)

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 8 months ago

MappedTensor class by Dylan Muir

Manages very large tensors of arbitrary dimensions as mapped files on disk; complex support. (matrix, large tensor, mapped file)

MappedTensor

image thumbnail

updated 8 months ago

Readtext wrapper by Geoffrey Akien

A wrapper for READTEXT which builds it in smaller chunks (reduces peak memory footprint). (data import)

getfilesize(fileName)

readtext2(fileName, varargin)

image thumbnail

updated 8 months ago

getxls by Yvan Lengwiler

GETXLS is a GUI that allows you to easily transfer data from an Excel file into Matlab's workspace. (excel, spreadsheet, com server)

getxls(style)

image thumbnail

updated 8 months ago

EMG Electromiógrafo by John Diaz

Diseño E Implementación De Un Electromiógrafo Mediañte Matlab (emg, electromigrafo, electromiography)

PasaBanda.m

RechazaBanda.m

ok.m

image thumbnail

updated 8 months ago

Control PID Motor Universal by John Diaz

Control PID Motor Universal, codigo, IEEE y archivos xslx y CSV (control, pid, motor)

motor.m

image thumbnail

updated 9 months ago

Fast String to Double Conversion by Lauri Tamminen

str2doubleq converts text to double like Matlab's str2double,but up to 400x faster! multithreaded. (data import, finance, mex)

test_str_to_double_performance()

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

read_envihdr by Jaroslaw Tuszynski

Robust reader of ENVI header files. (remote sensing, envi, data import)

read_envihdr(hdrfile)

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

Solar Current algorithm by Mohammad Hossain

From measured Quantum Efficiency and supplied wavelength, measuring solar current. (data import, simulation, communications)

[Total_current, Blue_current, Red_current]=solar_current(QE...

image thumbnail

updated 10 months ago

FBD - "Find the Best Distribution" tool by Yoav Aminov

With this GUI you can find the best distribution that fits your data. (fit, distributions, statistics)

FBD - Find the Best Distribution tool

Main_FitDistribution_GUI(varargin)

image thumbnail

updated 10 months ago

Alicona file format reader (al3D) by Martin

These functions can be used to read the data stored in the Alicona file format *.al3d into Matlab. (image processing, data import)

AliconaData2Pointset(data, varargin)

AliconaPlot(data, varargin)

AliconaReader(varargin)

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

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

Capture screen image Tektronix 2024B by Roman Skrada

Function will get data of channels that are ON and plots them. (measurement, signal processing, gui)

get_scope_screen( )

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

readAdamsDataFile by Brad Humphreys

Imports Data Files Created by MSC Adams (data import)

data=readAdamsDataFile(filename)

data=reshape2(data,intS,clipdata)

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)

Contact us