|
|
Re: Making a square matrix from two vector
Posted:
Mar 19, 2013 12:37 AM
|
|
"James" wrote in message <ki7431$ojt$1@newscl01ah.mathworks.com>...
> > % but this errors > (1:10).' < (1:10)
Make it: (1:10) > (1:10)'
I only overload ">=" and ">". Not sure why?
Bruno
|
|