help-octave
[Top][All Lists]
Advanced

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

Re: exporting sparse matrix or inverse of spconvert


From: David Bateman
Subject: Re: exporting sparse matrix or inverse of spconvert
Date: Mon, 23 Nov 2009 01:19:47 +0100
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090706)

tinku99 wrote:
I want access to the 3 vectors representing rows, columns, and values of my
sparse matrix. Is there a way to get at these easier than having to iterate through the nonsparse matrix?
Is there anything wrong with

[r, c, v] = find (S);

D.



reply via email to

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