Community Profile

photo

Roman Voronov


Last seen: 2 months ago Active since 2011

Statistics

All
  • 5-Star Galaxy Level 2
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • First Answer

View badges

Content Feed

View by

Submitted


Extract ALL Values of an Arbitrary Depth Structu to an Array
To code is intended to create a generalized MATLAB function that traverses a struct of arbitrary depth and collects values with...

3 months ago | 1 download |

Answered
random error with frame size making a video
a stupid workaround is to use make a tiff stack instead of a movie. you can use the http://www.mathworks.com/help/matlab/ref/fr...

11 years ago | 1

Submitted


nanmedfilt2
This MATLAB function performs median filtering of the matrix A in two dimensions while ignoring NaNs

11 years ago | 9 downloads |

Answered
Get data from Contour plots
This works for contour3, for contour the Z is empty

11 years ago | 0

Answered
Image processing of confocal images (flattening)
i think for the first image it should be pretty easy to segment those large objects using simply im2bw(image,graythresh(image)),...

13 years ago | 0