photo

Sibi


Last seen: 2 months 前 自 2020 起处于活动状态

Followers: 0   Following: 0

消息

Research scholar at VIT

统计学

All
MATLAB Answers

0 个提问
16 个回答

Cody

34 个问题
3003 个答案

排名
1,929
of 300,763

声誉
34

贡献数
0 个提问
16 个回答

回答接受率
0.00%

收到投票数
5

排名
 of 21,082

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
26
of 170,923

贡献数
34 个问题
3003 个答案

评分
32,012

徽章数量
53

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Treasure Hunt Participant
  • MATLAB Central Treasure Hunt Finisher
  • 3 Month Streak
  • Revival Level 1
  • Magic Numbers Master
  • Matrix Patterns I Master
  • Number Manipulation I Master
  • Indexing III Master
  • Magic Numbers II Master
  • Indexing II Master
  • Matrix Patterns II Master
  • Matrix Patterns III Master

查看徽章

Feeds

排序方式:

已解决


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

4 years 前

已解决


Number Puzzles - 001

5 years 前

已回答
How can i merge arrays without certain value?
x=[0, 212]; y=[22, 0, 0, 233] ; z=[0, 0,33]; xn=length(x) ;yn=length(y);zn=length(z); l=max([xn yn zn]); o=[x zeros(1,l-xn)...

5 years 前 | 1

| 已接受

已解决


Forward Substitution
Solve a lower triangular linear set of equations as described in the following link: http://www.people.virginia.edu/~teh1m/cody/...

5 years 前

已解决


Backward Substitution
Solve a upper triangular linear set of equations as described in the following link: http://www.people.virginia.edu/~teh1m/cody/...

5 years 前

已解决


polar inertia
given locations of a set of unit masses on complex plane, find polar moment of inerta about the origin. for example output 4 if ...

5 years 前

已解决


Size of this cup?
The given vector has diameter of the cup in mm sampled at micrometer increments in depth from top to bottom, need output in cc a...

5 years 前

已解决


New Cody Time-Out Time
Determine the New Cody Time-Out Time Consume the Maximum Possible Time without Timing out. *Score:* 60 (sec) - Time (sec) ...

5 years 前

已解决


edge detection
write a function that gives the indexes of rising or falling edge x is a vector (assume it contains always at least one eleme...

5 years 前

已解决


Find the worst traffic yesterday

5 years 前

已解决


Four quadrant inverse tangent function.
Create a function that returns an array P the same size as X and Y containing the element-by-element, four-quadrant inverse tang...

5 years 前

已解决


Fizz Buzz
Given an array of positive, non-zero, integers, return a cell array of strings the same size as the input, where each element in...

5 years 前

已解决


random picture with random colours
write a function which creates a random(x,y) matrix with random RGB colours for example create_pic(5,5) gives us a 3d matrix. ...

5 years 前

已解决


Infernal Recursion
Consider the recursion relation: x_n = (x_(n-1)*x_(n-2))^k Given x_1, x_2, and k, x_n can be found by this definition. Wr...

5 years 前

已解决


Classification metrics

5 years 前

已解决


Gray Image

5 years 前

已解决


Flip the Image

5 years 前

已解决


Swap Red and Blue

5 years 前

已解决


Ohmic Heating

5 years 前

问题


Ohmic Heating

5 years 前 | 0 | 40 个解题者

已解决


Find the efficiency

5 years 前

问题


Find the efficiency

5 years 前 | 1 | 33 个解题者

问题


Malus’ Law ???? between polarizations

5 years 前 | 1 | 12 个解题者

问题


Find the electric field in the wire

5 years 前 | 1 | 25 个解题者

问题


find the index of local minimum in the matrix

5 years 前 | 1 | 32 个解题者

问题


Find the magnetic field in sollinoid

5 years 前 | 1 | 17 个解题者

加载更多