Community Profile

photo

Layla


Active since 2012

Graduate Student, Biomedical Engineering
Professional Interests: MRI image segmentation and 3D reconstruction, Edge Detection, Clustering algorithms

Statistics

  • First Review
  • Thankful Level 3

View badges

Content Feed

View by

Question


How to speed up for-loop for creating cell with coordinate numbers as contents
I have the following script that constructs a 3D cell where the contents of each cell element are its XYZ coordinates. There has...

9 years ago | 1 answer | 0

1

answer

Question


How to create slices of a 3D Volume?
Hi everyone, I have 14 sets of 3D points where each set represents a sub-nucleus of a region in the brain. I'd like to do tw...

10 years ago | 1 answer | 0

1

answer

Question


Visualizing slices of volumes generated from points in 3D space
I use MATLAB to reconstruct a certain region of the brain in 3D with a Delaunay Triangulation. That region of the brain also ha...

10 years ago | 1 answer | 0

1

answer

Question


How to crop coordinates within a (Delaunay) surface?
Hi everyone, I hope that I am explaining this problem clearly. I need to be able to crop out lower-resolution voxel coordinat...

11 years ago | 0 answers | 1

0

answers

Question


Specifying the orientation of a figure to be saved
I'd like to generate about 50 figures to be saved as png files within a loop. The plots in question are scatter3 plots (i.e. sc...

12 years ago | 1 answer | 1

1

answer

Answered
Converting structs within cells to cells
Mistake found. Method #2 would work as long as my preallocated cell C was the right size. It should've been cell(20,16). Then...

12 years ago | 0

| accepted

Question


Converting structs within cells to cells
I have a 20x1 cell (X) where each cell element contains a 16x1 struct. There is only one field throughout any of the structs ('...

12 years ago | 2 answers | 0

2

answers

Question


Calling options for function handles using cellfun
I am confused about how to include options from built-in functions in a cellfun command. When I attempt either of the following...

12 years ago | 1 answer | 0

1

answer

Question


Generating Random (x y z) Coordinates Constrained by Euclidean Distance
I would like to write a function to generate randomized xyz coordinates from a set starting coordinates where the Euclidean dist...

12 years ago | 3 answers | 1

3

answers