문제를 풀었습니다


Calculate square and cube of number
Calculate square and cube of number x

10년 초과 전

문제를 풀었습니다


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

10년 초과 전

문제를 풀었습니다


only input
Return the output without writing any code into the function.

10년 초과 전

문제를 풀었습니다


Make one big string out of two smaller strings
If you have two small strings, like 'a' and 'b', return them put together like 'ab'. 'a' and 'b' => 'ab' For extra ...

10년 초과 전

문제를 풀었습니다


inner product of two vectors
inner product of two vectors

10년 초과 전

문제를 풀었습니다


Population growth
Assign finalPopulation with the population size given an initial population, population growth rate, and number of years. The fi...

10년 초과 전

문제를 풀었습니다


Write an expression
Assigns finalResult with firstSample plus secondSample, squared, then divided by 3. Ex: If firstSample is 18 and secondSample is...

10년 초과 전

문제를 풀었습니다


Add 7
Given an input variable x, output a variable y that is 7 greater than x. Example: Input x = 1 Output y is 8 Input ...

10년 초과 전

문제


Xor of matrix
you have to set exclusive OR of two arrays

10년 초과 전 | 1 | 솔버 수: 61

문제를 풀었습니다


Delete blanks at the end of string
you got to delete all blank spaces which appears at the end of string

10년 초과 전

문제


Delete blanks at the end of string
you got to delete all blank spaces which appears at the end of string

10년 초과 전 | 0 | 솔버 수: 82

문제를 풀었습니다


Connect blocks in a model
Connect the blocks in the model to produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/connect-blocks...

10년 초과 전

문제를 풀었습니다


string comparision
compare two strings if both are same return 1 else return 0

10년 초과 전

문제


string comparision
compare two strings if both are same return 1 else return 0

10년 초과 전 | 0 | 솔버 수: 58

문제를 풀었습니다


Rank of matrix
Find the rank of given matrix

10년 초과 전

문제


To convolve two vectors
To convolve two vectors

10년 초과 전 | 0 | 솔버 수: 82

문제를 풀었습니다


Add two numbers
Add two numbers (For beginners)

10년 초과 전

문제를 풀었습니다


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

10년 초과 전

문제를 풀었습니다


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

10년 초과 전

문제를 풀었습니다


Rotate a Matrix
Input a Matrix x, Output y is the matrix rotating x 90 degrees clockwise

10년 초과 전

문제를 풀었습니다


Back to basics 22 - Rotate a matrix
Covering some basic topics I haven't seen elsewhere on Cody. Rotate the input matrix 90 degrees counterclockwise (e.g. [1 2; ...

10년 초과 전

문제를 풀었습니다


Rotate a Matrix by 90 degrees
Rotate a Matrix by 90 degrees Example: If the input is: X = 1 2 3 4 5 6 7 8 9 ...

10년 초과 전

문제를 풀었습니다


Temperature conversion
Convert temperature in degrees Celsius (C) to temperature in degrees Kelvin (K). Assume your answer is rounded to the nearest Ke...

10년 초과 전

문제를 풀었습니다


Determine the square root
Determine the square root of the value the user has entered, n.

10년 초과 전

문제를 풀었습니다


Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2

10년 초과 전

문제를 풀었습니다


Declaring a character
* Assign middleInitial with the character T.

10년 초과 전

문제를 풀었습니다


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

10년 초과 전

문제를 풀었습니다


Square Diagonal
If n is the given number, then make a diagonal matrix of size 2*2 with the square of that number.

10년 초과 전

문제를 풀었습니다


Variable Assignment
Complete the ? part by assigning myExamScore with 100.

10년 초과 전

문제를 풀었습니다


Count decimal digits of a number
* Given an integer number you have to return the number of its digits. * For example 248 has 3 digits and 1589 has 4 digits ...

10년 초과 전

더 보기