Vec:: In Windows Version But Not in Linux?

15 views (last 30 days)
The vec "operator", which reehspes a matrix into a vector by stacking its columns, and is widely using in books and papers on advanced matrix and tensor analysis, seems to be present in MATLAB R2013A and R2013B for WINDOWS, but not in R2013A for LINUX, although I'm not sure whether it might perhaps be lurking outside of the the core MATLAB somewhere in the WINDOWS version. Can someone please clarify the situation? Even though reshape can be used in lieu of vec, why lose backward compatibility?
Thanks.

Accepted Answer

Walter Roberson
Walter Roberson on 24 Jan 2014
vec() is not supplied by Mathworks in any version.
On one of the systems where it works, please use
which -all vec
and show us the result. That will give us an idea of where it came from.
My speculation is that you have downloaded a third-party package on some of the machines but not all of them.

More Answers (1)

Mark Stone
Mark Stone on 24 Jan 2014
Walter, thanks for that pointer. vec is a function in CVX, and also in the sedumi solver, which in included with CVX, as well as separately. I must have noticed the missing "vec" when I had not yet installed CVX and sedumi under LINUX, and indeed, it is "there" now.
It's a handy little function, and by all rights, MATLAB should have included it as part of the core language.

Categories

Find more on Cell Arrays in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!