Community Profile

photo

sunil anandatheertha


Last seen: mehr als 2 Jahre vor Aktiv seit 2010

Followers: 0   Following: 0

Kontakt

Doctoral researcher.

Statistiken

All
  • Solver
  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 4
  • First Review
  • First Submission
  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

fast 3 Jahre vor

Gelöst


Find the two most distant points
Given a collection of points, return the indices of the rows that contain the two points most distant from one another. The inpu...

fast 4 Jahre vor

Gelöst


Four digit number ABCD reversal
write a MATLAB function to find the four-digit number ABCD when multiplied by 4 returns DCBA. The function takes an input x=4.

fast 4 Jahre vor

Gelöst


Squares of odd numbers upto a given range
Find the squares of odd numbers upto a given range. If Given x=6 return y=(1^2,3^2,5^2) y=1,9,25 If Given x=5 retu...

fast 4 Jahre vor