Try this: t(sapply(lst1, '[', 1:max(sapply(lst1, length))))
On Sat, Sep 3, 2011 at 3:37 PM, wizykid <wizy....@gmail.com> wrote: > Hi there. > > I went through the manual but I couldn't find a solution for my problem. > > I have list like this one : >> lst1 > [[1]] > [1] 0 1 2 3 > > [[2]] > [1] 0 1 5 > > [[3]] > [1] 2 3 4 > > and I want to save it as Matrix in Matlab mat format like : > 0 1 2 3 > 0 1 5 0 > 2 3 4 0 > > > can any body help me ? Appreciate your help and thanks in advance. > > Reza > > > -- > View this message in context: > http://r.789695.n4.nabble.com/Saving-a-list-as-a-Matrix-tp3788274p3788274.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40" S 49° 16' 22" O ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.