photo

anukriti dureha


Amity University

Active since 2013

Followers: 0   Following: 0

Message

Professional Interests: image processing,machine learning, cryptography,neural networks,signal proceesing,computer vision

Statistics

All
MATLAB Answers

0 Questions
3 Answers

File Exchange

2 Files

Cody

0 Problems
15 Solutions

RANK
11 606
of 300 364

REPUTATION
4

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
10 866 of 20 934

REPUTATION
50

AVERAGE RATING
5.00

CONTRIBUTIONS
2 Files

DOWNLOADS
2

ALL TIME DOWNLOADS
456

RANK
30 263
of 168 407

CONTRIBUTIONS
0 Problems
15 Solutions

SCORE
160

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 5-Star Galaxy Level 1
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
remove a car from an image
here u go...i think this should help...creating a structring element should be helpful http://www.mathworks.in/help/vision/exam...

nästan 12 år ago | 0

| accepted

Answered
I need to use 'for loop' to read the names from a text file using 'fgetl' function. How do I do that?
try these 2 links...it may help <http://www.mathworks.in/help/matlab/ref/feof.html> <http://www.mathworks.in/help/matlab/ref...

mer än 12 år ago | 0

Answered
convert Vector into matrix ?
hi alex, you can do this: i=1; ind=0; num=3; while num <=5 ind=ind+1; z{i}=A(ind:num); num=num+1; i=i+1;...

mer än 12 år ago | 0