photo

Ankita kumari


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
174,132
of 301,195

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
16.67%

VOTES RECEIVED
0

RANK
 of 21,190

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,322

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 0 answers | 0

0

answers

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers