문제를 풀었습니다


A matrix of introverts
You are given a matrix full of numbers who happen to be very shy. Write a MATLAB function that will put a square of zeros aroun...

거의 4년 전

문제를 풀었습니다


step function

거의 4년 전

문제를 풀었습니다


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.

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


lb to kilogram
convert lb to kilogram units, easy

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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;

거의 4년 전

문제를 풀었습니다


find the value

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


Sideways sum
Given natural number calculate its _population count_.

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


imaginary

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


area of a sphere

거의 4년 전

문제를 풀었습니다


Power Numbers
Find the n-th power of m.

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


Find square of given number
Find Square of any number

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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.

거의 4년 전

더 보기