문제를 풀었습니다


Determine the mean of matrix
Determine the mean of matrix without using mean function Hint: use simple algorithm

대략 3년 전

문제를 풀었습니다


Find square of given number
Find Square of any number

대략 3년 전

문제를 풀었습니다


Cutoff OF Exam

대략 3년 전

문제를 풀었습니다


Find Sum of array

대략 3년 전

문제를 풀었습니다


Add 2 Vectors

대략 3년 전

문제를 풀었습니다


10% Discount

대략 3년 전

문제를 풀었습니다


Dot Product

대략 3년 전

문제를 풀었습니다


Find Logic 24

대략 3년 전

문제를 풀었습니다


Find Logic 2

대략 3년 전

문제를 풀었습니다


Find Logic 5

대략 3년 전

문제를 풀었습니다


Matlab Basics II - squares
Write a function that takes matrix A, and squares each element in the matrix example: A = [1 2 3] output = [1 4 9]

대략 3년 전

문제를 풀었습니다


Calculate Resistance 2
In this problem, you have to calculate Resistance R of a linear conductor having voltage V across it and current I is passing i...

대략 3년 전

문제를 풀었습니다


Calculate Resistance
Calculate Resistance R of a linear conductor having resistivity p, length l and area A

대략 3년 전

문제를 풀었습니다


Efficiency of a single phase Transformer
Calculate the efficiency of a single phase transformer whose KVA rating is A KVA, loading factor x,power factor p,full load copp...

대략 3년 전

문제를 풀었습니다


Skip by a multiple
Given an integer create an array of its multiples. Array must have a length of 15

대략 3년 전

문제를 풀었습니다


Diagonal Prod

대략 3년 전

문제를 풀었습니다


Duplicate each element of a vector.
for an n-dimensional vector x, the function should return another vector 2n-dimension which each element is repeated twice. Ex...

대략 3년 전

문제를 풀었습니다


Do you like your boss?
Do you like your boss? Answer can be any string! For example: Boss = 'Do you like your boss?'; Output = 'yes' or ...

대략 3년 전

문제를 풀었습니다


Derivative of polynomial
Compute the derivative of a given polynomial. The input is an <http://www.mathworks.com/help/matlab/math/representing-polynomial...

대략 3년 전

문제를 풀었습니다


Matlab Basics - Logical Tests I
Write a script to test whether a year number is for a leap year or not. eg. x = 1884 output = 1 eg. x = 3 output = 0

대략 3년 전

문제를 풀었습니다


Replace Vector Elements
Replace all elements in a vector which are equal to or smaller than zero with 0.1. Example: A = [1 2 3 -1 0 2 -3 -80]; ...

대략 3년 전

문제를 풀었습니다


Replace May with April
For instance, if the input is input_str = 'The flowers may bloom in April'; then the output is output_str = 'The flo...

대략 3년 전

문제를 풀었습니다


factorial of a number x
Factorial of a number x

대략 3년 전

문제를 풀었습니다


If-then-else
Complete the function below such that if the value of x is in the range 10 to 14, inclusive, the value 18 is assigned to y. Oth...

대략 3년 전

문제를 풀었습니다


Arrange vector in ascending order
Arrange a given vector in ascending order. input = [4 5 1 2 9]; output = [1 2 4 5 9];

대략 3년 전

문제를 풀었습니다


Determine if a Given Number is a Triangle Number
*Description:* Determine if the elements of an input array are triangle numbers and return the result as an array with the sa...

대략 3년 전

문제를 풀었습니다


Evened up (or not)
You will be provided with an array or matrix that contains various numbers, in addition to an evening variable, e, set to 1 or 0...

대략 3년 전

문제를 풀었습니다


Check if equal
Return true if all the elements of an nD array are equal, false otherwise.

대략 3년 전

문제를 풀었습니다


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

대략 3년 전

문제를 풀었습니다


Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250

대략 3년 전

더 보기