photo

Ishit


Last seen: 2 years ago Active since 2023

Followers: 0   Following: 0

Student @ IIITD

Pronouns:
No pronouns - Use my name only

Statistics

All
MATLAB Answers

0 Questions
10 Answers

Cody

0 Problems
9 Solutions

RANK
4,173
of 300,571

REPUTATION
12

CONTRIBUTIONS
0 Questions
10 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
 of 21,027

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
40,647
of 169,635

CONTRIBUTIONS
0 Problems
9 Solutions

SCORE
105

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Solved


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

2 years ago

Solved


Skip by a multiple
Given an integer create an array of its multiples. Array must have a length of 15

2 years ago

Solved


Product of Array
Given an array of numbers. Get the product of the array.

2 years ago

Solved


Remove the Zero
Given an array n, remove all zeros

2 years ago

Solved


Find the area of the four walls
If length, breadth and height of the walls are given, find the area of the four walls.

2 years ago

Solved


Max of a Vector
Write a function to return the max of a vector

2 years ago

Solved


Find the Nth Root of a Given Number
Find the Nth root of a given number x. Examples x = 4096 n = 4 y = 8 x = 625 n = 5 y = 3.6239

2 years ago

Solved


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

2 years ago

Solved


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

2 years ago