You may or may not know, but printf is a Turing-complete language, once you exploit all the strange and wonderful format characters in it (especially %n). But who has time to write code as printf ...
Since the OPTI Toolbox is unfortunately no longer maintained, we wanted to provide such a Matlab/Octave interface. However, the OPTI Toolbox contains interfaces to many solvers, which we cannot ...
This started with the code from stb_sprintf (v1.08) which is a public domain snprintf() implementation (http://github.com/nothings/stb) which itself was originally ...