photo

Udit06


Last seen: 10 months ago Active since 2023

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
130 Answers

Cody

0 Problems
4 Solutions

RANK
1,121
of 300,364

REPUTATION
66

CONTRIBUTIONS
0 Questions
130 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
11

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
60,351
of 168,407

CONTRIBUTIONS
0 Problems
4 Solutions

SCORE
51

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver
  • Knowledgeable Level 3
  • 6 Month Streak
  • First Answer

View badges

Feeds

View by

Solved


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

12 months ago

Solved


Unit Matrix
Given n, you should return an n-by-n unit matrix. Example: If input is n=2 then A = [ 1 0 0 1 ] If input is n=4 th...

12 months ago

Solved


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

12 months ago

Solved


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:...

12 months ago