Community Profile

photo

Odin Iversen


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


Find groups/clusters of 1's in 3d matrix
I have some 3d matrixes from CT scans, and i'm trying to calculate the size of the airvoids. I've transformed the data to be onl...

2 years ago | 1 answer | 0

1

answer

Question


How can i extract the value of an element of a sparse double?
if i have a sparse duble: M = zeros(3); M = sparse(M); M(3,3) = 2; and i want to get only the value of M(3,3) = 2, how do i ...

3 years ago | 3 answers | 0

3

answers