解決済み


htehrt
htrehtre

約13年 前

解決済み


htrehtr
htrehtre

約13年 前

解決済み


fewgre
grewgre

約13年 前

解決済み


gbfdbg
bgbfd

約13年 前

解決済み


htrehtre
htrehtre

約13年 前

解決済み


retwgre
bgreyerb

約13年 前

解決済み


gsdgtre
gfdbr

約13年 前

問題


gsdgtre
gfdbr

約13年 前 | 0 | 6 個のソルバー

問題


retwgre
bgreyerb

約13年 前 | 0 | 4 個のソルバー

問題


htrehtre
htrehtre

約13年 前 | 0 | 1 個のソルバー

問題


gbfdbg
bgbfd

約13年 前 | 0 | 1 個のソルバー

問題


fewgre
grewgre

約13年 前 | 0 | 1 個のソルバー

解決済み


Sort (high on middle, low on ends)
Sort the vector of numbers in order low-high-low. Even numbers appear in ascending order on the left and odd numbers appear in d...

約13年 前

問題


htrehtr
htrehtre

約13年 前 | 0 | 1 個のソルバー

問題


htehrt
htrehtre

約13年 前 | 0 | 1 個のソルバー

問題


fgds
gfsd

約13年 前 | 0 | 1 個のソルバー

問題


jhgfjf
jhggf

約13年 前 | 0 | 0 個のソルバー

問題


fdsaf
fdas

約13年 前 | 0 | 1 個のソルバー

解決済み


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

約13年 前

解決済み


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

約13年 前

解決済み


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

約13年 前

解決済み


Return the largest number that is adjacent to a zero
This example comes from Steve Eddins' blog: <http://blogs.mathworks.com/steve/2009/05/27/learning-lessons-from-a-one-liner/ Lear...

約13年 前

解決済み


Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...

約13年 前

解決済み


Remove all the consonants
Remove all the consonants in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill'; Output s2 is 'a ...

約13年 前

解決済み


Find the numeric mean of the prime numbers in a matrix.
There will always be at least one prime in the matrix. Example: Input in = [ 8 3 5 9 ] Output out is 4...

約13年 前

解決済み


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

約13年 前

解決済み


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

約13年 前

解決済み


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

約13年 前

解決済み


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

約13年 前

解決済み


Remove any row in which a NaN appears
Given the matrix A, return B in which all the rows that have one or more <http://www.mathworks.com/help/techdoc/ref/nan.html NaN...

約13年 前

さらに読み込む