Community Profile

photo

Peiyi Yao


Last seen: ungefär ett år ago Active since 2015

Statistics

  • Promoter
  • Introduction to MATLAB Master
  • Draw Letters
  • Cody Problems in Japanese Master
  • Community Group Solver
  • Scholar
  • CUP Challenge Master
  • Solver

View badges

Content Feed

View by

Solved


Area of a disk
Find the area of a disk or circle. x= radius of the disk.

ungefär ett år ago

Solved


persistant sum
There will be 9 tests for this problem. In each test you will be provided with 2 integers n=[n1,n2], where n2 is equal to t...

ungefär ett år ago

Solved


Air Mass to Star for an Observer at Mean Sea Level
Air mass is a measure of how much atmosphere light from a source above the atmosphere (eg sun, planet, star) has to travel throu...

ungefär ett år ago

Solved


Predict Cricket Stridulation Rate from Air Temperature
Stridulation is the process that creates a cricket's “chirp” by rubbing their wings or legs. According to the Old Farmer's Alma...

ungefär ett år ago

Solved


Find Air Temperature from Cricket Stridulation Rate
Stridulation is the process that creates a cricket's “chirp” by rubbing their wings or legs. According to the Old Farmer's Alma...

ungefär ett år ago

Solved


Create a recurrence matrix for a vector of data
In <https://en.wikipedia.org/wiki/Conversation_analysis conversation analysis>, it's often useful to track the contributions fro...

nästan 2 år ago

Solved


Average valid values of arrays
Given a 1D array (column or row vector), compute the average of valid values. Valid values are defined via two thresholds: minVa...

nästan 2 år ago

Solved


Next Lower Power of B
Given a number _n_ and a base _B_ greater than 1, return the lowest integer power of _B_ that is less than or equal to _n_. E...

ungefär 2 år ago

Solved


Convert from integer to binary
if true % decimalToBinaryVector(x) end

ungefär 2 år ago

Solved


Find elements of set A those are not in set B
Given two sets of data A and B. Find elements of A those are not in set B. ...

ungefär 2 år ago

Solved


What's the missing interior angle?
I'm talking about polygons... The sum of the interior angles of a triangle is 180 degrees. The sum of the interior angles of a...

ungefär 2 år ago

Solved


Can you reshape the matrix?
Given a matrix A, is it possible to reshape it into another matrix with the given number of rows?

ungefär 2 år ago

Solved


Sideways sum
Given natural number calculate its _population count_.

ungefär 2 år ago

Solved


Find the diagonal of the square of side L
You are given a square of side length L, find D the length of its diagonal.

ungefär 2 år ago

Solved


Find offset of given matrix element from first matrix element
Given matrix m and an element of that matrix, return the offset from its first element. e.g. m=[11 2 34; 40 51 6; 87 8 109] el...

ungefär 2 år ago

Solved


Number of vertices of a hypercube
Return the number of vertices of a n-dimensional hypercube.

ungefär 2 år ago

Solved


index of n^2 in magic(n)
input=5 magic matrix 17 24 1 8 15 23 5 7 14 16 4 6 13 20 22 10 ...

ungefär 2 år ago

Solved


Find the biggest empty box
You are given a matrix that contains only ones and zeros. Think of the ones as columns in an otherwise empty floor plan. You wan...

ungefär 2 år ago

Solved


Generate a Parasitic Number
This problem is the next step up from <http://www.mathworks.com/matlabcentral/cody/problems/156-parasitic-numbers Problem 156>. ...

ungefär 2 år ago

Solved


UICBioE240 2.10
Given a vector of numbers, give the difference between the maximum and minimum values.

ungefär 2 år ago

Solved


UICBioE240 2.2
Make a 3x4 matrix that contains all ones.

ungefär 2 år ago

Solved


UICBioE240 problem 1.6
Find the tangent line of a right triangle given the two of the sides. So if A = [1 1] B = sqrt(2)

ungefär 2 år ago

Solved


UICBioE240 problem 1.4
So if A = [ 1 2 3; 4 5 6; 7 8 9] B = [ 3 3]

ungefär 2 år ago

Solved


UICBioE240 problem 1.3
Find the length of a vector. So if A = [1 1 1 1 1] Then B = 5

ungefär 2 år ago

Solved


UICBioE240 problem 1.11
Store a series of numbers into a 4 by 4 matrix, starting with the first few positions going right and down, and leaving the rest...

ungefär 2 år ago

Solved


My Problem, Find the square of the horizontal concatenation of the third and fifth elements of a vector.
given the 1x5 vector x, y must be the square of the horizontal concatenation of the third and fifth elements. So, if x = [1 1 1 ...

ungefär 2 år ago

Solved


UICBioE240 problem 1.12
The mathematical quantities e^x, ln x, and log x are calculated in Matlab using the expressions exp(x), log(x), and log10(x), re...

ungefär 2 år ago

Solved


Matlab Basics II - Determine if an array has a 3rd dimension
For an array A, determine whether it has 3 dimensions, return 0 if x is only 2D, and 1 if x is 3D

ungefär 2 år ago

Solved


square a vector-Given the variable x as your input, square it and put the result in y.
function y = (x)squared y = x; end

ungefär 2 år ago

Solved


UICBioE240 2.8
Convert x number of hours into seconds.

ungefär 2 år ago

Load more