Solved


Find out phase angle of second order system.
Find out the phase angle of a second order system. In a control system, the phase angle is given by the inverse of cos.

nästan 2 år ago

Solved


currency converter
given a rate of exchange calculate the equivalent units of 100 USD

nästan 2 år ago

Solved


lb to kilogram
convert lb to kilogram units, easy

nästan 2 år ago

Solved


Airline Ticket Mod7 Checksum
There are 13 digits in an airline ticket number. If an airline ticket number is valid, the 13th digit should be the remainder of...

nästan 2 år ago

Solved


intervals
Write a function that takes an interval from a to b, and divides it into 6 parts.

nästan 2 år ago

Solved


Convert binary numbers array into array of decimal numbers.
Convert binary numbers array into array of decimal numbers. Example x=[ 11001000 ; 11001001 ; 11001010 ; 11001011 ; 11001100 ;...

nästan 2 år 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;

nästan 2 år ago

Solved


find the value

nästan 2 år ago

Solved


Area of a pentagon
Given the side of a regular pentagon and its apothem return the area of pentagon. Remember the area of pentagon is calculate ...

nästan 2 år ago

Solved


Kelvin to Fahrenheit
You can find a doc about it in here => https://www.rapidtables.com/convert/temperature/how-kelvin-to-fahrenheit.html x is kelvi...

nästan 2 år 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...

nästan 2 år ago

Solved


Cumulative difference
Given an array, return the cumulative difference. Example a = [ 1 3 5 7 ] cumdiff = [ 1 2 1 -2 ]

nästan 2 år ago

Solved


For a rectangle, if x is the length and 2x is width. Then find out x from the area of the rectangle?
For a rectangle, if x is the length and 2x is the width. Then find out x from the area of the rectangle? if the area is equal...

nästan 2 år ago

Solved


Sideways sum
Given natural number calculate its _population count_.

nästan 2 år ago

Solved


Solve expression III
Solve expression for given vector x. Expression = (tan(2*x^2+7*x-30.25)+log(x^3-2.25))/(nthroot(sin(x^3)^2+1/5*log(x^4-2.5),3))...

nästan 2 år ago

Solved


Quadratic equation
given three inputs (a, b, c) for the equation a*x^2+b*x+c=0; return 1 if the roots are complex (non zero imaginary), and 0 if th...

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


Cube root of max value in a vector
Find the cube root of the maximum value in a vector

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


imaginary

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


area of a sphere

nästan 2 år ago

Solved


Power Numbers
Find the n-th power of m.

nästan 2 år ago

Solved


Median computation (★)
Given a vector of values, compute the median. The median is defined as the middle value in a set of *sorted* data. Thus, if ...

nästan 2 år ago

Solved


Find square of given number
Find Square of any number

nästan 2 år ago

Solved


Back to Basics - New Data Type in R2016b - convert a char to a string
Convert an char array into a string.

nästan 2 år ago

Solved


Find out next state (NS) of T Flip-Flop.
Find out next state (NS) of T Flip-Flop based on previous state (PS), inputs. Learn more about T Flip-Flop theory here: <htt...

nästan 2 år ago

Solved


Subtract integers and add doubles
Create a function that subtracts a from b if a and b are integers and adds them if they are floats.

nästan 2 år ago

Solved


Magnitude of a vector
Given a vector x, what is its magnitude?

nästan 2 år ago

Solved


Find difference of two set as per example
Find difference of two set as per example Say x=[1:5] and y=[2:6] then, set_diff(x,y) should give output[1] and set_diff(y...

nästan 2 år ago

Load more