In honor of Cleve's new blog and post:
http://blogs.mathworks.com/cleve/2012/06/03/fibonacci-matrices/
Is X a Fibonacci matrix?
Write a function:
function tf = isFibMat(x); tf = somethin'; end