fraud profile wrote: > Hi, > > Is there any command in Octave which gives the code for a function like just > typing the name of a function (say svd) in R returns its code. > > Thank you type <function-name> though this won't work with svd since this is a compiled function. Michael