문제를 풀었습니다


Divide pi
Divide pi by x!

거의 5년 전

문제를 풀었습니다


Multiply pi
Multiply pi with x!

거의 5년 전

문제를 풀었습니다


De-dupe
Remove all the redundant elements in a vector, but keep the first occurrence of each value in its original location. So if a =...

거의 5년 전

문제를 풀었습니다


Frobenius Norm
Write your own version of Frobenius Norm without using the 'norm' function.

거의 5년 전

문제를 풀었습니다


What number has this problem?
This problem is added because it is problem number *???* in the "Community" problems section. <http://www.mathworks.de/matlab...

거의 5년 전

문제를 풀었습니다


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 ...

거의 5년 전

문제를 풀었습니다


Determine the length of a string of characters
Determine the length of a string of characters

거의 5년 전

문제를 풀었습니다


Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.

거의 5년 전

문제를 풀었습니다


MPS to MPH
Given the speed in miles per second, find the speed in miles per hour.

거의 5년 전

문제를 풀었습니다


Transpose the Matrix
Transpose the given matrix, e.g. x=[a b;c d] transpose of x = [a c;b d]

거의 5년 전

문제를 풀었습니다


Calculate the square of a number (Super Easy)
The goal is to calculate the square (y) of a number (x). Good way to start MatLab for beginners.

거의 5년 전

문제를 풀었습니다


Output any real number that is neither positive nor negative
Output any real number that is neither positive nor negative

거의 5년 전

문제를 풀었습니다


matrix of natural number
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 resides seially as shown in the examples below. ...

거의 5년 전

문제를 풀었습니다


Given a matrix, return the last eigen value
Given a matrix, return the first eigen value For example: x = magic(5) 17 24 1 8 15 23 5 7 14 ...

거의 5년 전

문제를 풀었습니다


Bit Reversal
Given an unsigned integer _x_, convert it to binary with _n_ bits, reverse the order of the bits, and convert it back to an inte...

거의 5년 전

문제를 풀었습니다


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

거의 5년 전

문제를 풀었습니다


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

거의 5년 전

문제를 풀었습니다


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

거의 5년 전

문제를 풀었습니다


to the 2 all elements
to the 2 all elements

거의 5년 전

문제를 풀었습니다


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

거의 5년 전

문제를 풀었습니다


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

거의 5년 전

문제를 풀었습니다


Converts numbers into characters
Converts numbers into characters

거의 5년 전

문제를 풀었습니다


Draw a '0' in a one matrix!

거의 5년 전

문제를 풀었습니다


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

거의 5년 전

문제를 풀었습니다


Find the Pattern 7

거의 5년 전

문제를 풀었습니다


Find the Pattern 8

거의 5년 전

문제를 풀었습니다


Find the Pattern 9

거의 5년 전

문제를 풀었습니다


Find the Pattern 10

거의 5년 전

문제를 풀었습니다


Find the Pattern 1

거의 5년 전

문제를 풀었습니다


Calculate Inner Product
Given two input matrices, |x| and |y|, check if their inner dimensions match. * If they match, create an output variable |z|...

거의 5년 전

더 보기