photo

krishna teja


Last seen: 1 year 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

5 个提问
10 个回答

File Exchange

3 文件

Cody

0 个问题
10 个答案

排名
3,600
of 299,793

声誉
15

贡献数
5 个提问
10 个回答

回答接受率
0.0%

收到投票数
8

排名
8,866 of 20,811

声誉
88

平均
5.00

贡献数
3 文件

下载次数
7

ALL TIME 下载次数
762

排名
36,768
of 166,013

贡献数
0 个问题
10 个答案

评分
117

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 5-Star Galaxy Level 1
  • Personal Best Downloads Level 1
  • Solver
  • First Submission
  • Explorer
  • First Review
  • 3 Month Streak
  • First Answer

查看徽章

Feeds

排序方式:

已解决


Reindex a vector
You are given two vectors of equal length. Vector N has numeric values (no Inf or NaN) while vector IDX has integers. Place th...

2 years 前

已解决


Determine whether a given point is inside or outside a polygon
A closed polygon may be described by an N x 2 array of nodes, where the last node and the first node are the same. Each row of t...

2 years 前

已解决


Plot Damped Sinusoid
Given two vectors |t| and |y|, make a plot containing a blue ( |b| ) dashed ( |--| ) line of |y| versus |t|. Mark the minimum...

5 years 前

已解决


Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...

5 years 前

已解决


Solve a System of Linear Equations
*Example*: If a system of linear equations in _x&#8321_ and _x&#8322_ is: 2 _x₁_ + _x₂_ = 2 _x₁...

5 years 前

已解决


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

5 years 前

已解决


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

5 years 前

已解决


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

5 years 前

已解决


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

5 years 前

已解决


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

5 years 前