image thumbnail

updated 2 years ago

M-file dependency consolidator by Jit

Will take a given m-file, or directory of such files, and consolidate any dependent m/mex files (mfile, distribution, dependency)

deppkg(SRC, DEST, IS_recursive)

image thumbnail

updated 2 years ago

MatLab's Video Lectures Series - Class01 - Part09 by GAMAL ALKIRSHI

Class01 - Part09 (command history, help, workspace)

Class-01_9.mp4

image thumbnail

updated 2 years ago

MatLab's Video Lectures Series - Class01 - Part08 by GAMAL ALKIRSHI

Class01 - Part08 (matlabs main window, command window, workspace)

Class-01_8.mp4

image thumbnail

updated 2 years ago

MatLab's Video Lectures Series - Class01- Part07 by GAMAL ALKIRSHI

Class01- Part07 (command history, help, workspace)

Class-01_7.mp4

image thumbnail

updated 2 years ago

MatLab's Video Lectures Series - Class01 - Part06 by GAMAL ALKIRSHI

Class01 - Part06 (matlabs main window, command window, workspace)

Class-01_6.mp4

image thumbnail

updated 2 years ago

MatLab's Video Lectures Series - Class01 - Part05 by GAMAL ALKIRSHI

Class01 - Part05 (matlabs main window, command window, workspace)

Class-01_5.mp4

image thumbnail

updated 2 years ago

MatLab's Video Lectures Series - Class01 - Part04 by GAMAL ALKIRSHI

Class01 - Part04 (matlabs main window, command window, workspace)

Class-01_4.mp4

image thumbnail

updated 2 years ago

MatLab's Video Lectures Series - Class01 - Part03 by GAMAL ALKIRSHI

Class01 - Part03 (matlabs main window, command window, workspace)

Class-01_3.mp4

image thumbnail

updated 2 years ago

MatLab's Video Lectures Series - Class01 - Part02 by GAMAL ALKIRSHI

Class01 - Part02 (matlabs main window, command window, workspace)

Class-01_2.mp4

image thumbnail

updated 2 years ago

MatLab's Video Lectures Series - Class01 - Part01 by GAMAL ALKIRSHI

Class01 - Part01 (matlabs main window, command window, workspace)

Class-01_1.mp4

image thumbnail

updated 2 years ago

MatLab's Video Lectures - Class-1 : Lecture's Flies by GAMAL ALKIRSHI

Class-1 : Lecture's Flies (matlabs main window, command window, workspace)

image thumbnail

updated 2 years ago

mfilecompare by Mathias Benedek

MFILECOMPARE analyzes a set of m-files for the relative overlap of their content (mfile, content analysis, overlap)

mfilecompare(chunksize)

mfileread(file)

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

signature by Peter Cotton

Parse function argument names from an mfile or anonymous function handle (mfile, arguments, nargin)

signature

image thumbnail

updated almost 3 years ago

Syntax highlighting "wordfile" for UltraEdit & MatLab by Nicky McLean

Unzip and place MatLab.uew as per Advanced> Configuration > Editor Display > Syntax Highlighting (development environme..., syntax, highlighting)

image thumbnail

updated 3 years ago

exportToZip: Identifies the dependencies of an M-file and creates a ZIP file by Malcolm Wood

Files inside $matlabroot/toolbox are omitted, providing a useful way to package your work (potw, dependencies, files)

exportToZip(funcname,zipfilename)

mydepfun(fn,recursive)

image thumbnail

updated 4 years ago

interpsinc.m by Michael Minardi

This M-File interpolates a sampled function using sin(x)/x (approximation, interpolation, interpolate)

interpsinc(xi,f,varargin)

image thumbnail

updated 4 years ago

ftoc (v1.2) by Kenneth Eaton

Creates a table of contents of functions contained in an m-file (files, mfile, table of contents)

ftoc(fileName,insertFlag)

image thumbnail

updated 4 years ago

saturation function by Nassim Khaled

This file contains an approximation of the saturation of a function between the values [-1,1]. (saturation, sliding, mfile)

a_out=satur(a_in)

sat_block

image thumbnail

updated 4 years ago

dfig by chandru subramanian

dynamic modeling of dfig (dfig, electric generator, dfig simulation)

image thumbnail

updated almost 5 years ago

20. VIDEO TUTORIAL: DELETE UNNECESSARY CODE IN M-FILE OF THE GUI. by Diego Orlando

ELIMINATE CREATE_FCN IN M-FILE OF FIG-FILE. (video, guide, tutorial)

20. GUI_eliminar_Create_DCN.wmv

image thumbnail

updated almost 5 years ago

Mittag-Leffler function, M-file, cmex DLL, and S-function by Shayok Mukhopadhyay

Mittag-Leffler function, M-file, cmex DLL, and S-function (mittag leffler, mfile, fractional calculus)

f=ml_fun(a,b,x,n,eps0)

param.m

example

image thumbnail

updated 5 years ago

Solving Index-1 DAEs in Simulink using Level-2 M S-functions by Atul Bhargav

This example illustrates the use of Simulink Level-2 S-functions to solve Index-I DAEs (mechanical modeling, simulink, level2)

HB1_DAE_sfun(block)

hb1dae

HB1_DAE_plot.m

image thumbnail

updated almost 6 years ago

M-File Application OF Model Pcemaker VI1 of Cardiac Cells With Runge Kutta 4 by Dit Papa Lamine NDao

it is M-file of runge kutta 4 of model pacemaker VI1 for all the cardiac cells parametrized (simulation, runge kutta 4, ode)

v=model1VI1

image thumbnail

updated 6 years ago

convolutional encoding by ANOOP GOPAN

M-file that performs convolutional encoding of binary input sequence (coding theory, encoding, mfile)

enc=convolenc(x,k);

image thumbnail

updated 6 years ago

Galois Field Array to Decimal Array Conversion by Murad Qahwash

convert fg array to decimal numbers (reed solomon, gf, coding theory)

gf2dec(GFInput,m,prim_poly)

image thumbnail

updated 7 years ago

depfun2 by Daniel Ennis

This function allows one to reduce to results of DEFUN through the use of a keyword. (path, directories, files)

G=depfun2(fname,keyword,varargin);

image thumbnail

updated 7 years ago

Simple two path multipath fading channel by J C

This mfile illustrates a simple two path Rayleigh multipath fading channel (fading, multipath, mfile)

multipath_1.m

image thumbnail

updated 7 years ago

TEDIT by Peter (PB) Bodin

TEDIT create a m-file using a template. (development environme..., edit, template)

tedit(varargin)

image thumbnail

updated 8 years ago

mandel.m by Norbert Hilber

Colored plot of the Mandelbrot set or parts of it. (gallery, mandelbrot set, fractals)

mandel(x1,x2,y1,y2,r,n,s,it)

image thumbnail

updated almost 10 years ago

extractmcode by Raymond Norris

Extracts M-code from Compiler generated C/C++code. (external interface, compiler, mcc)

extractmcode(cfile)

image thumbnail

updated almost 10 years ago

Sierpinski Sponge by Moses Boone

Generates the Sierpinski Sponge. (fractals, sierpinski, sponge)

Sponge(n)

image thumbnail

updated almost 11 years ago

Create_help_files by Mark Jobse

Create special contents.m files or a summary of all m-files. (path, directories, files)

create_help_files(directory, option)

get_filenames(directory)

help2file(directory, option, file_id)

image thumbnail

updated 11 years ago

stampit by Tim Burke

Stampit places the M-file name (including the path) and date beneath each figure. (annotation, customization, mfile)

stampit(fd_flag)

image thumbnail

updated 13 years ago

trempeak by Padraig O'Suilleabhain

An M-File for automated tremor analysis which returns the amplitude... (tools, mfile, amplitude)

[amplitude,frequency]=trempeak(fname,nchans)

image thumbnail

updated 14 years ago

makehelp by Emmanuel Ademovic

A graphical tool for commenting M-Files. (development environme..., mfile, help)

BUextension

LoadMfile(FilePath)

MHclosereq

Contact us