문제를 풀었습니다


Calculate the volume of a cone
Calculate the volume of a cone given an array containing one column of radii and one column of the height of the cone. * Reme...

거의 6년 전

문제를 풀었습니다


Find the next binary palindrome number
We all know, a *palindrome* is nothing but a number or character which remains the same after the forward or backward alteration...

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


Step number
Step number

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


Create a matrix that counts up diagonally
Given a single input _N_, create a _N_ x _N_ matrix that counts from 1 : _N_ ², (along up-right diagonals, starting with 1 in th...

거의 6년 전

문제를 풀었습니다


Pentagonal dodecahedron
<<https://upload.wikimedia.org/wikipedia/commons/7/73/Dodecahedron.gif>> Pentagonal dodecahedron is a dodecahedron that is ...

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


Power Numbers
Find the n-th power of m.

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


Fill a zeros matrix (★★★★★)
(Copy of Problem 830) The aim is to fill an array of all zeros given a numerical value and the index of row and columns for t...

거의 6년 전

문제를 풀었습니다


Doubling elements in a vector (★★)
(copy of prob. 1024) Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] t...

거의 6년 전

문제를 풀었습니다


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

대략 6년 전

문제를 풀었습니다


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

대략 6년 전

문제를 풀었습니다


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

대략 6년 전

문제를 풀었습니다


Electric Flux
Calculate the flux passing through a surface. E is electric field, A is area.

대략 6년 전

문제를 풀었습니다


AK Sorting according to given order
Generally we sort the sequence in ascending or descending order considering 0,1,2,...9 and so on , is the correct ascending orde...

대략 6년 전

문제를 풀었습니다


Matrix for beginners
Multiply x and y elemwise.

대략 6년 전

문제를 풀었습니다


Matrix problem for beginners
Make a matrix [0,0,0;1,1,1;2,2,2]. X=[0,1,2]

대략 6년 전

문제를 풀었습니다


Divide pi
Divide pi by x!

대략 6년 전

문제를 풀었습니다


Multiply pi
Multiply pi with x!

대략 6년 전

문제를 풀었습니다


Calculate the sphericity of a Raschig ring
Sphericity is a measure of the roundness of any particle. It was defined by Wadell in 1935 as the ratio of the 'surface area of ...

대략 6년 전

문제를 풀었습니다


Trace the path of a harmful chemical in an ecological network
An ecological network consists of the cycles of nature, such as the water cycle, the carbon cycle, the oxygen cycle, etc. Due to...

대략 6년 전

문제를 풀었습니다


Basic Operation with the middle number of odd matrix
# Take an odd matrix *like* 3-by-3 # Access the *middle element* of the matrix i.e in case of 3-by-3 matrix the index of the pa...

대략 6년 전

문제를 풀었습니다


Ordered pairs of integers (I, J).
Write a MATLAB function that calculates the number of ordered pairs of integers (I, J) that can be formed satisfying the conditi...

대략 6년 전

문제를 풀었습니다


Four digit number ABCD reversal
write a MATLAB function to find the four-digit number ABCD when multiplied by 4 returns DCBA. The function takes an input x=4.

대략 6년 전

문제를 풀었습니다


Number of o rderd pairs of integers (I,J) that can be formed.
Write a MATLAB function that calculates the number of ordered pairs of integers (I, J) that can be formed satisfying the condit...

대략 6년 전

더 보기