Abhinav Gadge - MATLAB Central
photo

Abhinav Gadge


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

All
MATLAB AnswersFile ExchangeFrom 11/21 to 03/25Use left and right arrows to move selectionFrom 11/21Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
1 Answer

File Exchange

1 File

RANK
7,987
of 297,569

REPUTATION
6

CONTRIBUTIONS
0 Questions
1 Answer

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
3

RANK
12,437 of 20,459

REPUTATION
30

AVERAGE RATING
5.00

CONTRIBUTIONS
1 File

DOWNLOADS
3

ALL TIME DOWNLOADS
200

RANK

of 159,178

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Answered
Write a function called valid_date that takes three positive integer scalar inputs year, month, day. If these three represent a valid date, return a logical true, otherwise false. The name of the output argument is valid.
%works correctly for all cases function valid=valid_date(y,m,d) days=[31,28,31,30,31,30,31,31,30,31,30,31] if (mod(y,4)==0 ...

2 years ago | 3

Submitted


Segmentation of WBC in microscopy images
Stain deconvolution followed by threshold based segmentation is used.

3 years ago | 3 downloads |

0.0 / 5
Thumbnail