문제를 풀었습니다


NaN

4개월 전

문제를 풀었습니다


Set zero

4개월 전

문제를 풀었습니다


Size

4개월 전

문제를 풀었습니다


Real

4개월 전

문제를 풀었습니다


Factorial

4개월 전

문제를 풀었습니다


F.R.I.E.N.D.S

4개월 전

문제를 풀었습니다


Swap

4개월 전

문제를 풀었습니다


Card games

4개월 전

문제를 풀었습니다


Swap rows

4개월 전

문제를 풀었습니다


Diagonal Prod

4개월 전

문제를 풀었습니다


Row sum

4개월 전

문제를 풀었습니다


step function

4개월 전

문제를 풀었습니다


sign function

4개월 전

문제를 풀었습니다


imaginary

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개월 전

문제를 풀었습니다


Divide pi
Divide pi by x!

4개월 전

문제를 풀었습니다


Multiply pi
Multiply pi with x!

4개월 전

문제를 풀었습니다


Spherical Volume
Calculate the volume of a sphere.

4개월 전

문제를 풀었습니다


Determine the square root
Determine the square root of the value the user has entered, n.

4개월 전

문제를 풀었습니다


Rotate a Matrix by 90 degrees
Rotate a Matrix by 90 degrees Example: If the input is: X = 1 2 3 4 5 6 7 8 9 ...

4개월 전

문제를 풀었습니다


Find nearest prime number less than input number
Find nearest prime number less than input number. For example: if the input number is 125, then the nearest prime number whi...

4개월 전

문제를 풀었습니다


Golomb's self-describing sequence (based on Euler 341)
The Golomb's self-describing sequence {G(n)} is the only nondecreasing sequence of natural numbers such that n appears exactly G...

4개월 전

문제를 풀었습니다


Square Digits Number Chain Terminal Value (Inspired by Project Euler Problem 92)
Given a number _n_, return the terminal value of the number chain formed by summing the square of the digits. According to the P...

4개월 전

문제를 풀었습니다


"Look and say" sequence
What's the next number in this sequence? * [0] * [1 0] * [1 1 1 0] * [3 1 1 0] * [1 3 2 1 1 0] This a variant on the w...

4개월 전

문제를 풀었습니다


Sum the Infinite Series
Given that 0 < x and x < 2*pi where x is in radians, write a function [c,s] = infinite_series(x); that returns with the...

4개월 전

문제를 풀었습니다


Integer sequence - 2 : Kolakoski sequence
Get the n-th term of Kolakoski Sequence.

4개월 전

문제를 풀었습니다


Return fibonacci sequence do not use loop and condition
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: ...

4개월 전

문제를 풀었습니다


Find the next Fibonacci number
In the sequence of Fibonacci numbers, every number is the sum of the two preceding ones: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55...

4개월 전

문제를 풀었습니다


Integer Sequence - II : New Fibonacci
Crack the following Integer Sequence. (Hints : It has been obtained from original Fibonacci Sequence and all the terms are also ...

4개월 전

문제를 풀었습니다


First use of arrayfun() and anonymous function @(x)
Create an anonymous function using @(x) for a parabola equation for the given coefficients stored in s with s(1)x2 + s(2)x + s(...

4개월 전

더 보기