문제를 풀었습니다


Find Logic 27

3년 초과 전

문제


Find Logic 27

3년 초과 전 | 2 | 솔버 수: 172

문제를 풀었습니다


Find the largest value in the 3D matrix
Given a 3D matrix A, find the largest value. Example >> A = 1:9; >> A = reshape(A,[3 1 3]); >> islargest(A) a...

3년 초과 전

문제를 풀었습니다


Find Logic 26

3년 초과 전

문제


Find Logic 26

3년 초과 전 | 4 | 솔버 수: 131

문제를 풀었습니다


Vector of numbers divisible by 3
* Input(n) - any integer * Output(v) - vector with numbers divisible by 3(exept 0) starting from n to 0 Examples: * n=6...

3년 초과 전

문제를 풀었습니다


Find Logic 26

3년 초과 전

문제


Find Logic 26

3년 초과 전 | 1 | 솔버 수: 142

문제를 풀었습니다


Magic!
Check whether the input matrix is a normal magic square: <http://en.wikipedia.org/wiki/Magic_square> Output the logical va...

3년 초과 전

문제를 풀었습니다


Find Logic 26

3년 초과 전

문제


Find Logic 26

3년 초과 전 | 1 | 솔버 수: 173

문제를 풀었습니다


Find Logic 25

3년 초과 전

문제


Find Logic 25

3년 초과 전 | 0 | 솔버 수: 170

문제를 풀었습니다


Find Logic 24

3년 초과 전

문제


Find Logic 24

3년 초과 전 | 0 | 솔버 수: 144

문제를 풀었습니다


Find Logic 23

3년 초과 전

문제


Find Logic 23

3년 초과 전 | 1 | 솔버 수: 198

문제를 풀었습니다


kmph to mps
convert kilometer per hour to meter per second

3년 초과 전

문제를 풀었습니다


Find Logic 22

3년 초과 전

문제


Find Logic 22

3년 초과 전 | 0 | 솔버 수: 201

문제를 풀었습니다


0<=x<=pi?
Check whether the given angle is between zero and pi. Return logical true or false.

3년 초과 전

문제를 풀었습니다


vectorization in N
For a given integer n (n>1), compute the sum f (i) (1 <= i <= n) where f (i) = 1 if n is odd and 2 otherwise.

3년 초과 전

문제를 풀었습니다


Matlab Basics II - Max & Index of Max
Write a function that takes a vector x, then returns both the max value in x and its location in the vector for example x ...

3년 초과 전

문제를 풀었습니다


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

3년 초과 전

문제를 풀었습니다


Matlab Basics - y as a function of x
Write a function to calculate y as a function of x, such that y = 6x^2 + 5x - 2

3년 초과 전

문제를 풀었습니다


Array of Ones
Create a 100 X 100 array of ones.

3년 초과 전

문제를 풀었습니다


Factorize THIS, buddy
List the prime factors for the input number, in decreasing order. List each factor only once, even if the factorization includes...

3년 초과 전

문제를 풀었습니다


Increment a number, given its digits
Take as input an array of digits (e.g. x = [1 2 3]) and output an array of digits that is that number "incremented" properly, (i...

3년 초과 전

문제를 풀었습니다


07 - Common functions and indexing 3
Define _eMat_: <<http://samle.dk/STTBDP/Assignment1_3e.png>> Create the variable _eMat2_, which is equal to _eMat_ with th...

3년 초과 전

문제를 풀었습니다


Remove the Zero
Given an array n, remove all zeros

3년 초과 전

더 보기