What mean ''All zero sparse''
20 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Ver también
Categorías
Más información sobre Sparse Matrices en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!