문제를 풀었습니다


Find relatively common elements in matrix rows
You want to find all elements that exist in greater than 50% of the rows in the matrix. For example, given A = 1 2 3 5 ...

3년 초과 전

문제를 풀었습니다


Return a list sorted by number of occurrences
Given a vector x, return a vector y of the unique values in x sorted by the number of occurrences in x. Ties are resolved by a ...

3년 초과 전

문제를 풀었습니다


Reverse Run-Length Encoder
Given a "counting sequence" vector x, construct the original sequence y. A counting sequence is formed by "counting" the entrie...

3년 초과 전

문제를 풀었습니다


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

3년 초과 전

문제를 풀었습니다


Electric Flux
Calculate the flux passing through a surface. E is electric field, A is area.

3년 초과 전

문제를 풀었습니다


Convert Angstrom to Meters
Write a code that converts the angstrom unit to meters.(A is angstrom and m is meters.)

3년 초과 전

문제를 풀었습니다


Who is the smartest MATLAB programmer?
Who is the smartest MATLAB programmer? Examples: Input x = 'Is it Obama?' Output = 'Me!' Input x = 'Who ?' Ou...

3년 초과 전

문제를 풀었습니다


Say something funny
Say something funny, or not. Your solution will be (fully automatically and objectively) scored based on how clever or funny ...

3년 초과 전

문제를 풀었습니다


Volume of Equilateral Triangle Prism
Find volume of equilateral triangle prism x = side of triangle l = length of prism

3년 초과 전

문제를 풀었습니다


Area of rhombus
Calculate the rhombus area

3년 초과 전

문제를 풀었습니다


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

3년 초과 전

문제를 풀었습니다


Divide pi
Divide pi by x!

3년 초과 전

문제를 풀었습니다


Multiply pi
Multiply pi with x!

3년 초과 전

문제를 풀었습니다


Volume of Cylinder
Find the volume of a cylinder

3년 초과 전

문제를 풀었습니다


Kelvin to Fahrenheit
You can find a doc about it in here => https://www.rapidtables.com/convert/temperature/how-kelvin-to-fahrenheit.html x is kelvi...

3년 초과 전

문제를 풀었습니다


GPA
Math's credit is 5 and you got x | Physics's credit 7 and you got y what is your GPA

3년 초과 전

문제를 풀었습니다


Mile to Kilometer
x is mile and y is km

3년 초과 전

문제를 풀었습니다


Watt
Ampere x Volt = Watt

3년 초과 전

문제를 풀었습니다


Percentage
There is x liter water and y gram => z is percentage of salt in water

3년 초과 전

문제를 풀었습니다


Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte

3년 초과 전

문제를 풀었습니다


Determine the factorial of a number

3년 초과 전

문제를 풀었습니다


Area of a pentagon
Given the side of a regular pentagon and its apothem return the area of pentagon. Remember the area of pentagon is calculate ...

3년 초과 전

문제를 풀었습니다


Sort in descending order.

3년 초과 전

문제를 풀었습니다


02 - Vector Variables 1
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2a.png>>

3년 초과 전

문제를 풀었습니다


Factorial

3년 초과 전

문제를 풀었습니다


pressure to dB?
given x ratio of pressure, find corresponding y dB

3년 초과 전

문제를 풀었습니다


how tall are you?
you can find the length wit this code.

3년 초과 전

문제를 풀었습니다


Weave two vectors into one
Weave the two given vectors into one as shown below. Example: If a = [1 1 1] b = [0 0 0] then y = [1 0 1 0 ...

3년 초과 전

문제를 풀었습니다


Switch matrix to a column vector
for e.g. x = [1 2 3 4] y = 1 3 2 4

3년 초과 전

문제를 풀었습니다


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

3년 초과 전

더 보기