photo

Saeid


University of Antwerp

Last seen: oltre 4 anni fa Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

All
  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • Solver
  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Risolto


Find nth maximum
Find nth maximum in a vector of integer numbers. Return NaN if no such number exists. x = [2 6 4 9 -10 3 1 5 -10]; So ...

oltre 5 anni fa

Risposto
Need help reading from arrays and finding corresponding value
Hi, assuming A is your 47x5 matrix, replace your if part with this: for i=2:size(A,1) if time < A(i,1) n=i-1; ...

oltre 5 anni fa | 0

| accettato

Risposto
How can i find the length of the horizontal and vertical line present only in the white pixel region for the attached binary image.
Hi, If the blue cross is not in the initial image, you can easily use this: imgbw=im2bw(img); VerticalLength=sum(img(:,column)...

oltre 5 anni fa | 0

Risposto
How do i go about doing real-time measurement of the width of an object from an image continuously from a video input using image processing?
Hi, First you need to slice your video to solitary frames: VideoData = VideoReader(Video Path); NFrames = VideoData.NumberOfF...

oltre 5 anni fa | 0

Inviato


Specifying questdlg position
‘MFquestdlg’ enables you to specify the question dialog box location on the screen.

oltre 13 anni fa | 4 download |

Thumbnail