using some old code from professor....

n=length(leng); lngsum=flipx(cumsum( flipx(leng(:))));
This was originally coded in 1989 using matlab for DOS...
I get an error on the flipx function...
If it disappeared is the flipdim an updated version of this and how would
I accomplish the same thing...
Thanks
Mark

回答(2 个)

Star Strider
Star Strider 2012-7-14
编辑:Star Strider 2012-7-14

0 个投票

My guess would be ‘fliplr’ (equivalent to flipdim(leng,2)) if ‘leng’ is a row vector, ‘flipud’ (equivalent to flipdim(leng,1)) if it's a column vector.
Daniel Shub
Daniel Shub 2012-7-15

0 个投票

I would contact TMW customer support directly. TMW does not make all its documentation freely available and easly searchable. Your 25 year old license may be out of date, but they might be willing to help.

类别

帮助中心File Exchange 中查找有关 Matrices and Arrays 的更多信息

产品

提问:

2012-7-14

Community Treasure Hunt

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

Start Hunting!

Translated by