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

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

25 days ago

Solved


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

25 days ago

Solved


square root
Find square root of given number

25 days 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,...

25 days ago

Solved


Volume of Cylinder
Find the volume of a cylinder

25 days ago

Solved


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

25 days ago

Solved


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

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

25 days ago

Solved


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

25 days ago

Solved


Add 2 Vectors

25 days ago

Solved


Size

25 days ago

Solved


Real

25 days ago

Solved


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

25 days ago

Solved


Dot Product

25 days ago

Solved


Distance Travelled by Vehicle

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

25 days 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;

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

25 days 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

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

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

25 days 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 =...

25 days ago

Solved


step function

25 days ago

Solved


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

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

25 days ago

Solved


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

25 days ago

Solved


Area of rhombus
Calculate the rhombus area

25 days ago

Solved


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

25 days ago

Solved


Area of Ellipse

25 days ago

Load more