Matlab breaks OpenGL
Posted on September 14, 2006 - Filed Under matlab, opengl | 1 Comment
So a whilish back I was complaining about OpenGL not working properly on my HP TC1100 Tablet, and I never ended up solving it. Turns out it was MATLAB causing the problem, and you need to disable the MATLAB Server service from running (Why the hell was it running by default anyway). Details here.
Read More..>>How to plot a 2D histogram using matlab
Posted on August 17, 2006 - Filed Under howto, matlab | 5 Comments
So, I wanted to plot a 2D histogram in matlab, but the pickings were slim. I really just wanted something that worked as much like hist as possible. So I wrote my own:
HIST2D calculates a 2-dimensional histogram
N = HIST2D(X,Y) bins the X and Y data into 10 equally spaced bins [...]
Read More..>>