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