필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Complexity of spconvert in matlab

조회 수: 1 (최근 30일)
Kris zenitis
Kris zenitis 2014년 7월 10일
마감: MATLAB Answer Bot 2021년 8월 20일
Which is the complexity of spconvert function in matlab? I am trying to create the sparse representation of a sparse matrix. My matrix is the adjacency matrix of a graph. I ve got two adj_matrices. Ones with 7.000 nodes and ones with 400.000 nodes. I am using the following code:
f_adj = textread('mat.txt'); % a nx3 matrix represent the adjacency matrix nxn
adj = spconvert(f_adj);
[a b] = eigs(adj);
spy(adj);
The text file mat.txt is a nX3 files which contain the edges of the graph. What I want to ask is the complexity of the sponvert. In my 4gb ram pc I am able to create the first graph but I couldnt create the second graph.

답변 (0개)

이 질문은 마감되었습니다.

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by