문제를 풀었습니다


Find Logic 2

대략 4년 전

문제를 풀었습니다


Find Logic 1

대략 4년 전

문제를 풀었습니다


Digits Multiplication

대략 4년 전

문제를 풀었습니다


convert binary string to vector!!!

대략 4년 전

문제를 풀었습니다


Row sum

대략 4년 전

문제를 풀었습니다


Find Logic 8

대략 4년 전

문제를 풀었습니다


Find Logic 4

대략 4년 전

문제를 풀었습니다


Sum the rows
Sum the rows of the given matrix. Example x = [ 1 2 3 4 ] y = [ 3 7 ]

대략 4년 전

문제를 풀었습니다


Create a function that gives a matrix like the following
x=3 y= [1 -1 -1 0 1 -1 0 0 1]; -------------------------------- x=5 y= [ 1 -1 -...

대략 4년 전

문제를 풀었습니다


Set zero

대략 4년 전

문제를 풀었습니다


Swap

대략 4년 전

문제를 풀었습니다


vectors counting by 5
Create a vector with numbers from x_min to x_max in increments of 5.

대략 4년 전

문제를 풀었습니다


Seperate 2nd column in a matrix

대략 4년 전

문제를 풀었습니다


cube of number
find cube of number

대략 4년 전

문제를 풀었습니다


Product of elements in a column

대략 4년 전

문제를 풀었습니다


2X MULTIPLIER

대략 4년 전

문제를 풀었습니다


multiply by 7

대략 4년 전

문제를 풀었습니다


Row avg

대략 4년 전

문제를 풀었습니다


step function

대략 4년 전

문제를 풀었습니다


Determine the area of square if length of the diagonal is given

대략 4년 전

문제를 풀었습니다


Multiply by 14

대략 4년 전

문제를 풀었습니다


Volume of Cylinder
Find the volume of a cylinder

대략 4년 전

문제를 풀었습니다


Sum two matrices
Take two incoming matrices, and sum them

대략 4년 전

문제를 풀었습니다


Area of square
Find the area of a square whose diagonal length is given as x.

대략 4년 전

문제를 풀었습니다


"Power matrix" of two vectors
Given two row vectors x,y of lengths m and n (respectively), create an m x n matrix whose i,j entry is x(i)^y(j).

대략 4년 전

문제를 풀었습니다


Sum of terms in a series 1 (★★★)
Given x and n, compute the following sum: |x|+|x|^(1/2)+|x|^(1/3)+|x|^(1/4)+|x|^(1/5) ... + |x|^(1/n) where ||x|| indica...

대략 4년 전

문제를 풀었습니다


Zero
given an integer a, find the smallest possible integer b(b>0) such that their bitwise logical AND is zero. * if a=11(1011) t...

대략 4년 전

문제를 풀었습니다


Swap the first and last columns (★★)
(copy of Prob 19) Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becom...

대략 4년 전

문제를 풀었습니다


Create a vector of n alternating ones and zeros (★★)
Given n, your output should be a vector y of numbers such that the first number is 1 and the numbers following it alternate betw...

대략 4년 전

문제를 풀었습니다


Square Rooting a Number
This MATLAB Cody exercise requires you to take a number x, square root it, and get y

대략 4년 전

더 보기