Community Profile

photo

Andres Elzaurdia


Last seen: 3 years ago Active since 2020

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


Obtain data points from plot using 'buttondownfcn' nested functions
function [Xsig,Ysig] = GetPoint(Figure) set(Figure,'ButtonDownFcn', @ExtractPoint) ; function ExtractPoint(ClickedPoint,~)...

4 years ago | 1 answer | 0

1

answer

Question


Select shape from multiple closed borders in Image to obtain cell information/index from cell array B
rgbFrame = readFrame(VideoObject) ; % Read video frame in RGB gFrame = rgb2gray(rgbFrame) ; % Convert frame to Gr...

4 years ago | 0 answers | 0

0

answers