photo

Ishit


Last seen: 2 years 前 自 2023 起处于活动状态

Followers: 0   Following: 0

Student @ IIITD

Pronouns:
No pronouns - Use my name only

统计学

All
MATLAB Answers

0 个提问
10 个回答

Cody

0 个问题
9 个答案

排名
4,405
of 300,057

声誉
12

贡献数
0 个提问
10 个回答

回答接受率
0.00%

收到投票数
2

排名
 of 20,866

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
40,046
of 167,162

贡献数
0 个问题
9 个答案

评分
105

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已解决


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 前

已解决


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

2 years 前

已解决


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

2 years 前

已解决


Remove the Zero
Given an array n, remove all zeros

2 years 前

已解决


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 前

已解决


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

2 years 前

已解决


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 前

已解决


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

2 years 前

已解决


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 前