Refine by Content Type

Refine by Category

Refine by Time Frame

image thumbnail

updated almost 4 years ago

Fast function to save a matrix by Arvid Bottiger

write_matrix_bin(f,m) is a fats way to save a matrix of arbitrary size and dimension. (optimization, data, export)

read_matrix_bin( filename, varargin )

write_matrix_bin( filename, matrix, varargin )

image thumbnail

updated 8 years ago

Pack/Unpack Logicals by James Alaly

Compress large logical variables to one bit per element, instead of the usual 8. (optimization, logical, mask)

isPackedLogical(input)

packLogicals(logicals)

unpackLogicals(packedData)

image thumbnail

updated 10 years ago

PortOpt by Jim Stewart

Using Excel Builder and VBA to create a custom application for Microsoft Excel. (excel, external interface, optimization)

Contact us