Archives for June, 2012

SeeMore: A Struct Viewer for the MATLAB console

Everything to String? How the simple MATLAB script “seemore” can cure the curse of the console. For about 50 years programmers had learned to love their monospaced console output. For log files, debugging output or even regular results hardly anything could seriously challenge the text console as the primary output of choice. However, a new feature […]

Matlab GPU toolbox: Benchmarking Accelereyes vs. MathWorks vs. GP-YOU?

Graphics Card

There is a great option for speed-up of your Matlab code: Use your graphics card. If you have an Nvidia graphics card, there is a whole universe of optimized code for these cards. The underlying technology is called CUDA and many of the required functions for a transparent usage from Matlab already exist. There are […]