What mean ''All zero sparse''
20 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Vedere anche
Categorie
Scopri di più su Sparse Matrices in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!