Date: Sep 19, 2012 2:12 PM Author: spasmous Subject: Features in 2012b? I am wondering if I should upgrade.
Would anyone be kind enough confirm if any of these work in 2012b please?
1. sparse(single(1))
2. fminbnd(@(x) sin(x)+3,single(2),5)
3. s = randn(10,100); k = [1 2 1;1 1 1]; cconv(s,k)
4. s = randn(10,100); k = [1 2 1;1 1 1]; conv2(s,k,'circ')
i.e. a non-toolbox 'circ' option for convolutions.