문제를 풀었습니다


find square root of a positive real number
a number given, find the square root of that number

거의 10년 전

문제를 풀었습니다


first element of matrix
find the first elements of a column matrix

거의 10년 전

문제를 풀었습니다


Rotate a matrix for 180 degree
Rotate a matrix for 180 degree for eg: x=[1 2 3 4] y=[4 3 2 1]

거의 10년 전

문제를 풀었습니다


Where is she?
Given the numbers 12, 3, 6, 9 Tell where the girl is located. That is: Look to your 3 o'clock = look right Example ...

거의 10년 전

문제를 풀었습니다


Finding fourier transform of a given vector
Find the fourier transform of a given input vector for ex a=[1 2 3 4] then y=[ 10.0000 + 0.0000i -2.0000 +...

거의 10년 전

문제를 풀었습니다


find max
You are given an array number find the maximum

거의 10년 전

문제를 풀었습니다


Find mean
given an array, find the mean of the number in that array

거의 10년 전

문제를 풀었습니다


Find the sum of n squares
What is the sum of the squares of the first n integers?

거의 10년 전

문제를 풀었습니다


find minimum
find the minimum from an array

거의 10년 전

문제를 풀었습니다


Square root of a number
Write a code that will output the square root of x.

거의 10년 전

문제를 풀었습니다


Average Grade
Given a 1x5 vector presents the grades of a student on five tests. Calculate the average grade of that student.

거의 10년 전

문제를 풀었습니다


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

거의 10년 전

문제를 풀었습니다


Product of Array
Given an array of numbers. Get the product of the array.

거의 10년 전

문제를 풀었습니다


Cumulative product of a vector
Cumulative product of a vector example x=[1 2 5 10], then answer must be [ 1 2 10 100] *If you like this prob...

거의 10년 전

문제를 풀었습니다


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

거의 10년 전

문제를 풀었습니다


find the Area of a rectangle
length is x width is y what is the area of the rectangle?

거의 10년 전

문제를 풀었습니다


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

거의 10년 전

문제를 풀었습니다


Conversion from hours to mili sec
Convert given input in hours to mili seconds

거의 10년 전

문제를 풀었습니다


Sum of integers numbers
Sum of the numbers from 1 to 100

거의 10년 전

문제를 풀었습니다


vector to string
Determine what the ASCII characters spell out. Example: input = [ 72 73 71 72] output = 'HIGH'

거의 10년 전

문제를 풀었습니다


Divide by 4
Given the variable x as your input, divide it by 4 and put the result in y.

거의 10년 전

문제를 풀었습니다


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

거의 10년 전

문제를 풀었습니다


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

거의 10년 전

문제를 풀었습니다


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

거의 10년 전

문제를 풀었습니다


Matlab Basics II - Intervals
Write a function that takes an interval from a to b, and divides it into 5 parts example: a = 1, b = 2 output = 1 1.25 ...

거의 10년 전

문제를 풀었습니다


Reverse a string
Reverse the given string. Example input = 'reverse' output = 'esrever'

거의 10년 전

문제를 풀었습니다


square root
Find the square root (y) of an input (x).

거의 10년 전

문제를 풀었습니다


Square the input
Given a scalar or vector x, return the square of each element. Example x = [7 2] answer = [49 4]

거의 10년 전

문제를 풀었습니다


Product of elements in row
Product of matrix such that a=[3 3 1] b=9

거의 10년 전

문제를 풀었습니다


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

거의 10년 전

더 보기