photo

Ankita kumari


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
127,716
of 301,558

評判
0

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

回答採用率
16.67%

獲得投票数
0

ランク
 of 21,325

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,442

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How can I count number of pests on a plant using Image processing?
Given below is the link for image: <https://drive.google.com/file/d/0B5ZRuswje44dOXVPNlhhbUdpMjQ/view?usp=sharing> <<https...

約9年 前 | 1 件の回答 | 0

1

回答

質問


How can we generate samples of generalized gaussian noise and Gaussian mixture noise?
I need to generate 200 samples of generalized Gaussian noise and also for Gaussian mixture. The PDF for generalized Gaussian i...

10年弱 前 | 0 件の回答 | 0

0

回答

質問


Warning: Explicit integral could not be found. I got this warning while integrating a function.
function y2 = Fw(t) p = 0.5 num_gamma= gamma(3/p); den_gamma= gamma(1/p); global a; a=(p/2)...

10年弱 前 | 1 件の回答 | 0

1

回答

質問


How to use trapz or cumtrapz function to integrate a function from -infinity to t?
clc; close all; clear all; p = 2; num_gamma= gamma(3/p); den_gamma= gamma(1/p); glob...

10年弱 前 | 1 件の回答 | 0

1

回答

質問


I was trying to write a simple program but getting error every time i call the function?
function y1= f(t) p = [0.5, 0.75,1.0,1.25,1.50,1.75,2]; num_gamma= gamma(3./p); den_gamma= gamma(1./p); ...

10年弱 前 | 1 件の回答 | 0

1

回答

質問


I'm trying to get an optimal value of tou by differentiating the SNR gain and equating it to zeo.
The program I wrote was: clc; close all; clear all; syms t; p = 0.5; num_gamma= gamma(3/p); den_gamma= gamma(...

10年弱 前 | 0 件の回答 | 0

0

回答