A résolu


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

environ 2 mois il y a

A résolu


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

environ 2 mois il y a

A résolu


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

environ 2 mois il y a

A résolu


square root
Find square root of given number

environ 2 mois il y a

A résolu


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

environ 2 mois il y a

A résolu


Volume of Cylinder
Find the volume of a cylinder

environ 2 mois il y a

A résolu


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

environ 2 mois il y a

A résolu


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

environ 2 mois il y a

A résolu


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

environ 2 mois il y a

A résolu


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

environ 2 mois il y a

A résolu


Add 2 Vectors

environ 2 mois il y a

A résolu


Size

environ 2 mois il y a

A résolu


Real

environ 2 mois il y a

A résolu


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

environ 2 mois il y a

A résolu


Dot Product

environ 2 mois il y a

A résolu


Distance Travelled by Vehicle

environ 2 mois il y a

A résolu


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

environ 2 mois il y a

A résolu


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;

environ 2 mois il y a

A résolu


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

environ 2 mois il y a

A résolu


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

environ 2 mois il y a

A résolu


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

environ 2 mois il y a

A résolu


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

environ 2 mois il y a

A résolu


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

environ 2 mois il y a

A résolu


step function

environ 2 mois il y a

A résolu


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

environ 2 mois il y a

A résolu


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

environ 2 mois il y a

A résolu


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

environ 2 mois il y a

A résolu


Area of rhombus
Calculate the rhombus area

environ 2 mois il y a

A résolu


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

environ 2 mois il y a

A résolu


Area of Ellipse

environ 2 mois il y a

Charger plus