image thumbnail

updated 5 days ago

Deploy pcoded Matlab Files by Eydrian

Creates recursively p-coded files and the associated help text, works also for classes and packages (pcode, pcode class deploy, class)

deploy.m

image thumbnail

updated 10 months ago

deploypcode - recursively pcode files with help attached by Sven

DEPLOYPCODE recursively searches a directory for .m files, creating encrypted .p files with .m help (pcode, help, utility)

deploypcode(source_dir, target_dir, varargin)

image thumbnail

updated 1 year ago

extracthelp by Andrey Popov

Extract the help information of all M function in a folder (p code, pcode, extract)

extracthelp(nocopyright)

image thumbnail

updated 3 years ago

Recursively Replace all M Files with P Files by Oliver

Save time generating p-code. (pcode, file system maintenen...)

makePCode(root)

image thumbnail

updated 3 years ago

aselfpack by Durga Lal Shrestha

Creation of self-extract packages with file filters. (path, directories, files)

aselfpack(sourceDir,filt,packName,packTitle,packDescription...

image thumbnail

updated 5 years ago

pass_protect by Matt Fig

Creates a password protected pcode version of an M-file. (password, secure, protect)

pass_protect(fname,newfname,pswrd,savemfile)

image thumbnail

updated almost 8 years ago

selfpack by M MA

Creation of self-extract packages. (path, directories, files)

selfpack(theDir,theOutput,theTitle,theDescription,installNo...

image thumbnail

updated 8 years ago

gen_pcode by Stephan Wegerich

Generates p-code and corresponding help files automatically. (pcode, help files, code distribution)

gen_pcode(dd);

image thumbnail

updated 10 years ago

pcode_helper by Michael Robbins

Pcode your file and all the functions it calls. (path, directories, files)

pcode_helper(funname);

Contact us