
Abhinav Gadge
Statistics
RANK
261 695
of 262 711
REPUTATION
0
CONTRIBUTIONS
0 Questions
1 Answer
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
12 785 of 17 985
REPUTATION
19
AVERAGE RATING
5.00
CONTRIBUTIONS
1 File
DOWNLOADS
8
ALL TIME DOWNLOADS
92
RANK
of 113 704
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
Content Feed
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 ...
12 dagar ago | 0
Submitted
Segmentation of WBC in microscopy images
Stain deconvolution followed by threshold based segmentation is used.
9 månader ago | 8 downloads |
