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

Réponses (2)

Star Strider
Star Strider le 14 Juil 2012
Modifié(e) : Star Strider le 14 Juil 2012

0 votes

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 le 15 Juil 2012

0 votes

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.

Catégories

En savoir plus sur Matrices and Arrays dans Centre d'aide et File Exchange

Produits

Question posée :

le 14 Juil 2012

Community Treasure Hunt

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

Start Hunting!

Translated by