SAYANTAN BHANJA
Followers: 0 Following: 0
Statistics
RANK
292,203
of 295,569
REPUTATION
0
CONTRIBUTIONS
3 Questions
1 Answer
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
Feeds
Question
What's wrong in it?
Write a function called smallest_multiple that returns a uint64, the smallest positive number that is evenly divisible by all o...
7 years ago | 1 answer | 0
1
answerQuestion
WHY IT IS WRONG?
Write a function called halfsum that takes as input an at most two-dimensional array A and computes the sum of the elements of A...
7 years ago | 0 answers | 0
0
answersQuestion
How to do it?
Write a function called halfsum that takes as input an at most two-dimensional array A and computes the sum of the elements of ...
7 years ago | 3 answers | 0
3
answersError: Unexpected MATLAB expression.
function [TF]=fare(D,A) D=round(D); if(D<=1) FR=2; if(A<=17||A>=60) TF=(FR-(FR/5)) ...
7 years ago | 0