What mean ''All zero sparse''
조회 수: 19 (최근 30일)
이전 댓글 표시
Hello, I would like to obtain a row vector concerning a line in a matrix Ai :
for j = 1 : num_nodes_i
rowj = Ai(j, :);
end
When I tried to open rowj in my workspace I only can read :
val = All zero sparse: 1×84
What does this result mean? The rowj vector contains only zero values?
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!