문제를 풀었습니다


LCM

거의 4년 전

문제를 풀었습니다


GCD

거의 4년 전

문제를 풀었습니다


Which one is More bigger?
we have two input like (x,y) our output (z) must wich one is bigger input.

대략 4년 전

문제를 풀었습니다


Find the sum of all integers in a given matrix
Finding sum of all integers in a given matrix

대략 4년 전

문제를 풀었습니다


Distance Between Points
Being n the number of points (If n = 3 there would be 3 points: A, B and C). The distance between each pair of points increases...

대략 4년 전

문제를 풀었습니다


Get the area of ​​the square.
Four circles are inscribed in the square ABCD. The perimeter of each circle is *aπ*. <<http://imgfz.com/i/UzgCJut.png>> Gi...

대략 4년 전

문제를 풀었습니다


Find the area of ​​the square
There are *n²* circles inscribed in the square ABCD. The perimeter of each circle is *aπ* <<http://imgfz.com/i/3wzCeAT.png>> ...

대략 4년 전

문제를 풀었습니다


Find the y=(1:x)
Look at the question

대략 4년 전

문제를 풀었습니다


How tall are you?
measures your height forexample= 175cm 180cm 169cm

대략 4년 전

문제를 풀었습니다


Sum 1 to 100 even number
Write a Matlab program to add all the even numbers from 0 to 100 |

대략 4년 전

문제를 풀었습니다


Sort even numbers from 1 to 100
Sort even numbers from 1 to 100 for ex: x=1:100

대략 4년 전

문제를 풀었습니다


Step number
Step number

대략 4년 전

문제를 풀었습니다


Times 8
Try out this test problem first. Given the variable x as your input, multiply it by eight and put the result in y. Example...

대략 4년 전

문제를 풀었습니다


Times 12
Try out this test problem first. Given the variable x as your input, multiply it by twelve and put the result in y. Exampl...

대략 4년 전

문제를 풀었습니다


Times 9
Try out this test problem first. Given the variable x as your input, multiply it by nine and put the result in y. Examples...

대략 4년 전

문제를 풀었습니다


Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...

대략 4년 전

문제를 풀었습니다


Times 3
Try out this test problem first. Given the variable x as your input, multiply it by three and put the result in y. Example...

대략 4년 전

문제를 풀었습니다


Times 7
Try out this test problem first. Given the variable x as your input, multiply it by seven and put the result in y. Example...

대략 4년 전

문제를 풀었습니다


Times 11
Try out this test problem first. Given the variable x as your input, multiply it by eleven and put the result in y. Exampl...

대략 4년 전

문제를 풀었습니다


Times 20
Try out this test problem first. Given the variable x as your input, multiply it by twenty and put the result in y. Exampl...

대략 4년 전

문제를 풀었습니다


Times 6
Try out this test problem first. Given the variable x as your input, multiply it by six and put the result in y. Examples:...

대략 4년 전

문제를 풀었습니다


sumdigits
function [p1,p2] = goldbach(n) for p1 = 1:n if isprime(p1) p2 = n - p1; if isprime(p2) re...

대략 4년 전

문제를 풀었습니다


Find the position of planet in solarsystem
Write a funtion named *nthplanet* which takes name of the planet as input string and provides the position of the planet, starti...

대략 4년 전

문제를 풀었습니다


microseconds passed today
Calculate the amount of microseconds passed for a given date string. Return the value, rounded to the nearest integer, as a stri...

대략 4년 전

문제를 풀었습니다


Persistence will not help you solve this problem.
Create a function without inputs that adds one to the output every time it is called. A different possibility of solving this ha...

대략 4년 전

문제를 풀었습니다


Persistence will help you solve almost any problem.
Create a function without inputs that adds one to the output every time it is called. a = counterfun; disp(a) >> 1 ...

대략 4년 전

문제를 풀었습니다


Find index of a string in a cell array
Write a function that finds the index at which the cell array of strings C contains the exact string S. So if C = {'twe...

대략 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년 전

문제를 풀었습니다


Translate German decimals to English decimals
The string 'x = [2,5; 5,5; 4,3];' should return 'y = [2.5; 5.5; 4.3];'

대략 4년 전

문제를 풀었습니다


Calculate geostrophic current
eta0=0.01; R=300; f=0.01; g=9.81; x=-500:50:500; y=-500:50:500; [x y]=meshgrid(x,y); eta=eta0*exp(-(x.^2+...

대략 4년 전

더 보기