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: tinku99
Subject: Re: exporting sparse matrix or inverse of spconvert
Date: Sun, 22 Nov 2009 16:17:01 -0800 (PST)

ok, find does it... 
  [i, j, v] = find (a);
somehow i skipped over that in the octave manual
luckily searching the matlab google group found it easily
http://www.google.com/groups/search?ie=UTF-8&q=spconvert&btnG=Search&sitesearch=groups.google.com


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? 
> 

-- 
View this message in context: 
http://old.nabble.com/exporting-sparse-matrix-or-inverse-of-spconvert-tp26471004p26471050.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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