Pen-Li (Ben) Yu
Followers: 0 Following: 0
Ben is a modeling/design engineer in Broadcom wireless semiconductor divsion.
Python, MATLAB
Spoken Languages:
English, Chinese
Statistica
RANK
5.550
of 295.467
REPUTAZIONE
8
CONTRIBUTI
0 Domande
3 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
4
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risolto
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...
circa 3 anni fa
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('...
quasi 4 anni fa | 4
Risolto
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>> ...
quasi 4 anni fa
Risolto
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...
quasi 4 anni fa
Question: "Is this triangle right-angled?" - where can I find functions and their uses/learn about the program outside of class
flag = (0 == -a^2-b^2-c^2+2*max([a,b,c])^2)
quasi 4 anni fa | 0
Risolto
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...
quasi 4 anni fa
Risolto
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...
quasi 4 anni fa
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...
quasi 4 anni fa | 0
Risolto
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:...
circa 4 anni fa