Pinned Repositories
arch
Helper function for discovering computer architecture of simulation environment
bin2hex
Convert binary formatted numbers to hexadecimal.
create_window
Create Window for FFTs
delta_sigma
Ported the toolbox from [MatlabCentral](http://www.mathworks.co.uk/matlabcentral/fileexchange/19-delta-sigma-toolbox).
sdec2bin
Signed decimal to twos complement binary conversion.
sdec2hex
Signed Decimal to Hexadecimal Conversion
signal
Open Source implementation of some functions from the SignalProcessing Toolbox
tts
Matlab Text to Speech: Port from http://www.mathworks.co.uk/matlabcentral/fileexchange/18091-text-to-speech
wordcase
Matlab function to apply wordcase to strings.
x11_color
Matlab functions for X11 color names.
Matlab-Toolbox's Repositories
Matlab-Toolbox/tts
Matlab Text to Speech: Port from http://www.mathworks.co.uk/matlabcentral/fileexchange/18091-text-to-speech
Matlab-Toolbox/bin2hex
Convert binary formatted numbers to hexadecimal.
Matlab-Toolbox/create_window
Create Window for FFTs
Matlab-Toolbox/delta_sigma
Ported the toolbox from [MatlabCentral](http://www.mathworks.co.uk/matlabcentral/fileexchange/19-delta-sigma-toolbox).
Matlab-Toolbox/arch
Helper function for discovering computer architecture of simulation environment
Matlab-Toolbox/fopen_create
Opens a file for writing creating the folder hierarchy if required.
Matlab-Toolbox/Matlab-NestedMap
Matlab implementation for nested maps
Matlab-Toolbox/nested_sort
Sort Matlab Structs by arbitrary fields
Matlab-Toolbox/printf
fprintf direct to stdout.
Matlab-Toolbox/publishdepfun
Publish dependent and called functions cloned port from: https://uk.mathworks.com/matlabcentral/fileexchange/33476-publish-dependent-and-called-functions
Matlab-Toolbox/roundn
roundn for versions of matlab which do not include the function
Matlab-Toolbox/roundn2
Rounds a number with 2^n precision.
Matlab-Toolbox/sdec2bin
Signed decimal to twos complement binary conversion.
Matlab-Toolbox/sdec2hex
Signed Decimal to Hexadecimal Conversion
Matlab-Toolbox/signal
Open Source implementation of some functions from the SignalProcessing Toolbox
Matlab-Toolbox/wordcase
Matlab function to apply wordcase to strings.
Matlab-Toolbox/x11_color
Matlab functions for X11 color names.
Matlab-Toolbox/cell_array_of_strings_to_delimited_string
Convert cell array of strings to a delimited string.
Matlab-Toolbox/divisor
Matlab function to find divisors
Matlab-Toolbox/isdata_integer
Checks data value and returns true for integers false otherwise.
Matlab-Toolbox/isstable
Open version of isstable for versions of matlab not able to run the Mathworks version.
Matlab-Toolbox/padarray
Matlab function to zero pad arrays.