Solved


Matlab Basics II - Determine if an array has a 3rd dimension
For an array A, determine whether it has 3 dimensions, return 0 if x is only 2D, and 1 if x is 3D

1 month ago

Solved


Test
Answer the question and the correct answer write in vector. Only one answer is correct. 1a Yes 1b No 1c No 1d No ...

1 month ago

Solved


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

1 month ago

Solved


square root
Find square root of given number

1 month ago

Solved


Find the summation, mean, median, mode and standard deviation of a given array.
An array is given. Find out the summation, mean, median, mode and standard deviation of a given array. If x=[1,2,2,3,3,3,4,4,4,...

1 month ago

Solved


Volume of Cylinder
Find the volume of a cylinder

1 month ago

Solved


Select primes from the matrix.
Select primes from the matrix.

1 month ago

Solved


Compare two strings.
Compare two strings, whether they are equal or not.

1 month ago

Solved


construct matrix with identical rows
Input a row vector such as x=1:10. Now we need to construct a matrix with L rows,of which every row vector is a copy of x. E...

1 month ago

Solved


Do Fast Fourier Transformation
Example Fast Fourier Transformation from vector [2,1]) ans = 3 1

1 month ago

Solved


Add 2 Vectors

1 month ago

Solved


Size

1 month ago

Solved


Real

1 month ago

Solved


MATLAB Basics: Complex Conjugates
For a given complex number, x, return the complex conjugate, y.

1 month ago

Solved


Dot Product

1 month ago

Solved


Distance Travelled by Vehicle

1 month ago

Solved


Find the binary code
Given a sinusoidal signal, create a function that returns the binary code of a quantized value. The function takes the bit lengt...

1 month ago

Solved


Solve expression II
Solve given expression. alpha=0.1(-x-y-50)/(exp((-x-y-50)/10)-1) beta=5exp((-x+y-60)/20) result=alpha+beta;

1 month ago

Solved


Calculating the total earnings of a factory
The row vector, prods contains the number of various products manufactured per hour. The second row vector, prices holds values ...

1 month ago

Solved


Add the even numbers
Add only the even numbers of x example: x = [1 2 3 4 5] the positive numbers are: 2 4, so their sum is 6

1 month ago

Solved


Wien's displacement law
Given the black body temperature (in *Celsius*), output the weavelength (in *meters*) at which the radiation peaks, according to...

1 month ago

Solved


Find minimum and maximum elements of an array
For a given array find minimum and maximum elements of an array and store minimum value in first index of output and maximum in ...

1 month ago

Solved


Returning a "greater than" vector
Given a vector, v, return a new vector , vNew, containing only values > n. For example: v=[1 2 3 4 5 6] n=3 vNew =...

1 month ago

Solved


step function

1 month ago

Solved


determine if
determine if the elements of a matrix is a nan and return true

1 month ago

Solved


Perfect Square
Determine if the input is a perfect square (square of an integer) or not. Example - If input is 25(==5^2), return 1. If input...

1 month ago

Solved


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

1 month ago

Solved


Area of rhombus
Calculate the rhombus area

1 month ago

Solved


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

1 month ago

Solved


Area of Ellipse

1 month ago

Load more