photo

Saeid


Last seen: 約1年 前 2011 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

0 質問
4 回答

File Exchange

1 ファイル

Cody

0 問題
1 解答

ランク
9,194
of 301,338

評判
4

コントリビューション
0 質問
4 回答

回答採用率
0.00%

獲得投票数
0

ランク
5,429 of 21,236

評判
237

平均評価
4.80

コントリビューション
1 ファイル

ダウンロード
1

ALL TIME ダウンロード
1947

ランク
124,303
of 174,017

コントリビューション
0 問題
1 解答

スコア
20

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

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

バッジを表示

Feeds

表示方法

解決済み


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 ...

7年以上 前

回答済み
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; ...

7年以上 前 | 0

| 採用済み

回答済み
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)...

7年以上 前 | 0

回答済み
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...

7年以上 前 | 0

送信済み


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

15年弱 前 | ダウンロード 1 件 |

4.8 / 5
Thumbnail