Miscellaneous
Here’s a (incomplete) list of code, applets, and small software I wrote for ease of research or life. I’ll publish more from time to time when I have time to arrange things to publicize. :)
Semilog x-Axis Bar Plot for MATLAB
>> x=[1 2 4 8 16]; >> y=rand(1,5); >> semilogxBar(x,y)

Next Post
ConvolutionalRBM.m
blog comments powered by Disqus