From: us on 22 Jul 2010 10:04 "riya " <sharma.riya921(a)gmail.com> wrote in message <i29g6s$nqs$1(a)fred.mathworks.com>... > Hi > I have a cell array T<1*47cell>which contains > T{:}= > ans = > '' > ans = > GM_2 > > ans = > CGS_2 > > ans = > CGB_2 > > etc;; > i want to convert it into sym as well as its contents as gm2,cgs2,cgb2 etc > i.e lower case without(-) ......please tell me the function to do this. > I also have another cell array which contain values as > TL4{:} > > ans = > MINIMUM AND MAXIMUM > ans = > 0.0000000E+00 7.6815589E-08 > ans = > 0.0000000E+00 6.5246487E-15 > ans = > 0.0000000E+00 1.8003592E-14 > which i want to contain only the second values ie 7.6815589E-08 etc.. > so tell me solution for both;;;; > thanks a hint: help lower; help strrep; help cellfun; help sscanf; us
|
Pages: 1 Prev: clabels within specified plot region Next: doc command misbehaviour |