help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Transform list into matrix


From: Ivan Reche
Subject: Re: Transform list into matrix
Date: Mon, 30 Jan 2012 11:58:50 -0200

Two million rows may not fit your RAM. If this is the case, I guess that there is no "easy" way to do that as you will have to manage a buffer to this txt file.

Don't know if Octave has something to automate this kind of operation, though.

2012/1/30 AJ <address@hidden>
Hi everybody!

I am new in using Octave. I have been browsing list as to look for a
solution to my problem, related to matrices, but I have not found an example
helping me. My question is if it is possible to construct a matrix from one
net list (like Pajek .NET). This is one example which I have:

A B 5
A F 7
A K 4
A X 8
B D 1
B P 1
B Z 9
C L 6
C O 2
...

The real list have around 2 million of rows and I would have to load from a
TXT file. Is there a easy way to do all this?

Thank you so much in advance.

Best!

AJ

--
View this message in context: http://octave.1599824.n4.nabble.com/Transform-list-into-matrix-tp4340505p4340505.html
Sent from the Octave - General mailing list archive at Nabble.com.
_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave


reply via email to

[Prev in Thread] Current Thread [Next in Thread]