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!