Solved


Find the absolute value of of the array

ongeveer 3 jaar ago

Solved


Create sequnce 1 4 9 16 25.........
Create sequnce 1 4 9 16 25......... upto entered input value using matlab scripting commands. Let y be output and x be input

ongeveer 3 jaar ago

Solved


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

ongeveer 3 jaar ago

Solved


Multiply 2 numbers
Very easy, you just have to multiply 2 numbers but you cannot use the following signs (*, /, - ,^) ,mtimes , times, cross, pro...

ongeveer 3 jaar ago

Solved


Check if a matrix is a palindrome in all directions
Check if a matrix is a palindrome both vertically and horizontally. You function will return *true* for |[1,2,1]| or |[2,7,2;...

ongeveer 3 jaar ago

Solved


Product of all elements in an array
Compute the product of all elements in an array.

ongeveer 3 jaar ago

Solved


Reverse digits of a number
Reverse digits of a number. For example, return *321* for the input *123* . The left-hand zeros can be discarded. For exam...

ongeveer 3 jaar ago

Solved


Find square of given number
Find Square of any number

ongeveer 3 jaar ago

Solved


Calculate Simple Intrest for given data
P,N,R stands for Principle amount, No. of years and rate of intrest resp. Calculate intrest I

ongeveer 3 jaar ago

Solved


Find the y=(1:x)
Look at the question

ongeveer 3 jaar ago

Solved


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

ongeveer 3 jaar ago

Solved


surface of a spherical planet
you just discovered its circumference, that is the input.

ongeveer 3 jaar ago

Solved


Area of a disk
Find the area of a disk or circle. x= radius of the disk.

ongeveer 3 jaar ago

Solved


Solve the set of simultaneous linear equations
Given this pair of simultaneous linear equations: 2x + 3y = 23 3x + 4y = 32 Find the solution set (x,y)

ongeveer 3 jaar ago

Solved


find a specific element from an matrix
Find the element from matrix which is in 2nd row and 3rd column.

ongeveer 3 jaar ago

Solved


Calculating selling price
Cost of a Product is $x What should be the selling price if you want to gain 10%?

ongeveer 3 jaar ago

Solved


Find the last digit
FInd the last digit of a given number. Given number is the input and output should be the last digit of that number.

ongeveer 3 jaar ago

Solved


metre to feet converter
The idea is to make a converter, which exchange meters to feets. We use a factor of 1m = 3.281*1f. so 3m are equals to 9.843 m...

ongeveer 3 jaar ago

Solved


find the mean of all elements in a matrix
given a matrix, just find the mean of all elements in the matrix

ongeveer 3 jaar ago

Solved


find radius of cone
if Slant height of Cone(I)& hight of Cone(H) given then find radius of the Cone(R) for example I=5,h=4 then the ans R=3;

ongeveer 3 jaar ago

Solved


multiply an array by its position number
You have given an array. Multiply an array by its position number

ongeveer 3 jaar ago

Solved


calculate RMS voltage
given peak to peak voltage, calculate rms voltage

ongeveer 3 jaar ago

Solved


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

ongeveer 3 jaar ago

Solved


modulus of a number
find the modulus of a given number

ongeveer 3 jaar ago

Solved


Sum of the Multiplication of Vectors
Given the vectors x and y as input, multiply the vectors and return the summation of its elements. Example: x = [1 2 ...

ongeveer 3 jaar ago

Solved


Area of rhombus
Calculate the rhombus area

ongeveer 3 jaar ago

Solved


The sum of the numbers in the vector
eg. [1,2,3]---->SUM=6

ongeveer 3 jaar ago

Solved


Calculate Engine Power
Calculate Engine Power (P) in kW given the values of Torque(M) in Nm and Engine Speed(n) in rpm

ongeveer 3 jaar ago

Solved


Create incrementing array
Given a and b generate an output matrix as shown in following examples: a=2 b=5 output=[2 20 200 2000 20000] a=4 b...

ongeveer 3 jaar ago

Solved


length of a vector
Find twice the length of a given vector.

ongeveer 3 jaar ago

Load more