Thursday, August 25, 2011

Matrix denkleminde minimum bulma ornegi

fminsearch(@(x)(x'*x),[1 ; 0 ])

No comments:

Python Terminal Animation for Waiting

A nice small tool for terminal animations from yaspin import yaspin with yaspin(): do_stuff()