photo

Pen-Li (Ben) Yu


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

Followers: 0   Following: 0

Ben is a modeling/design engineer in Broadcom wireless semiconductor divsion.

Programming Languages:
Python, MATLAB
Spoken Languages:
English, Chinese

统计学

All
MATLAB Answers

0 个提问
3 个回答

Cody

0 个问题
6 个答案

排名
5,517
of 299,877

声誉
8

贡献数
0 个提问
3 个回答

回答接受率
0.00%

收到投票数
4

排名
 of 20,828

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
42,527
of 166,412

贡献数
0 个问题
6 个答案

评分
94

徽章数量
3

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Treasure Hunt Participant
  • Commenter
  • Promoter
  • First Answer
  • Solver

查看徽章

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 前

已回答
How do I turn off a particular warning in MATLAB?
Find the warning structure w = warning('query','last') Get the warning ID id = w.identifier; Turn off the warning warning('...

4 years 前 | 4

已解决


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<https://i.imgur.com/jlZDHhq.png>> ...

5 years 前

已解决


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

5 years 前

已解决


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

5 years 前

已解决


Project Euler: Problem 7, Nth prime
By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13. What is the Nth prime nu...

5 years 前

已回答
plotting using for loop
A for loop does not define an array. You need to define d directly. d= 0:0.01:1 vin=20; vout=(vin*4.*d)./(1.-d); figure(1...

5 years 前 | 0

已解决


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 前