문제를 풀었습니다


Alphabetize by last name
Given a list of names in a cell array, sort the list by the last name. So if list = {'Barney Google','Snuffy Smith','Dagwood ...

26일 전

문제를 풀었습니다


Data decompression
A chunk of data is to be 'decompressed'. Input: * compressed: a row vector of uint8 values. This is the compressed data. ...

26일 전

문제를 풀었습니다


Pangrams!
A pangram, or holoalphabetic sentence, is a sentence using every letter of the alphabet at least once. Example: Input s ...

26일 전

문제를 풀었습니다


Count letters occurence in text, specific to words with a given length.
Build a function with two input arguments: a string and a word length (number of letters), that outputs a vector of counts of th...

26일 전

문제를 풀었습니다


QWERTY coordinates
Given a lowercase letter or a digit as input, return the row where that letter appears on a standard U.S. QWERTY keyboard and it...

26일 전

문제를 풀었습니다


QWERTY Shift Encoder
Encode a string using the QWERTY shift code. This code is where you touch type but are offset by one character to the right. O...

26일 전

문제를 풀었습니다


Word Distance - Sum
Let's suppose that the distance of a word can be calculated by summing the differences between its letters, having assigned the ...

26일 전

문제를 풀었습니다


QWERTY Shift Code Decoder
Decode a string encoded using the QWERTY shift code. QWERTY shift code is where the message was touch typed but with an offse...

26일 전

문제를 풀었습니다


letter yes yes & letter no no
Split a string into two strings, wherein the first string has all alphabetic letters and the second string has all the remaining...

26일 전

문제를 풀었습니다


Converts numbers into characters
Converts numbers into characters

26일 전

문제를 풀었습니다


the average value of the elements
Calculate the average value of the elements in the array

26일 전

문제를 풀었습니다


Double all elements in the array
Duplicate all elements in the array

26일 전

문제를 풀었습니다


to the 2 all elements
to the 2 all elements

26일 전

문제를 풀었습니다


Find the max element of the array
Find the max element of the array

26일 전

문제를 풀었습니다


calculate the length of matrix
input 1 array, calculate the length

26일 전

문제를 풀었습니다


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

26일 전

문제를 풀었습니다


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

26일 전

문제를 풀었습니다


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

26일 전

문제를 풀었습니다


Convert radians to degrees
Given input in radians, output to degrees

26일 전

문제를 풀었습니다


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

26일 전

문제를 풀었습니다


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

26일 전

문제를 풀었습니다


Spherical Volume
Calculate the volume of a sphere.

26일 전

문제를 풀었습니다


Basic Physics III
Calculate the Potential Energy (PE).

26일 전

문제를 풀었습니다


Basic Physics IX
Calculate the Kinetic Energy (KE) by Weight (w) instead of Mass (m).

26일 전

문제를 풀었습니다


Basic Physics VIII
Calculate the Mechanical Energy (ME) when the point is B.

26일 전

문제를 풀었습니다


Basic Physics X
Calculate the Kinetic Energy (KE) by Weight (w), Distanec (d), and Time (t) without Mass (m) or Speed (v).

26일 전

문제를 풀었습니다


Basic Physics II
Get the Kinetic Energy (KE).

26일 전

문제를 풀었습니다


Basic Physics V
Calculate the Weight (w).

26일 전

문제를 풀었습니다


Basic Physics VI
Fing the Kinetic Energy (KE) by Distance (d) and Time (t) instead of Speed (v).

26일 전

문제를 풀었습니다


Path of least resistance
Find the length of the shortest path through the matrix from the top left to bottom right corner. You may move right, down, or d...

26일 전

더 보기