문제를 풀었습니다


Construct a prime circle
A <https://mathworld.wolfram.com/PrimeCircle.html prime circle> is a circular arrangement of the numbers 1 to 2n such that pairs...

대략 5년 전

문제를 풀었습니다


Rewrite setdiff to account for non-unique values
Setdiff(a,b) is a function that will remove all values of b from a. Sometimes, you need this function to do a little bit extra,...

대략 5년 전

문제를 풀었습니다


Convert any case sentence to Title Case

대략 5년 전

문제를 풀었습니다


Play PRIMEGAME

대략 5년 전

문제를 풀었습니다


Compute the nth term from the golden sieve

대략 5년 전

문제를 풀었습니다


Find similar sequences
Another problem inspired by a question on the <http://www.mathworks.com/matlabcentral/answers answers> forum. Given a matrix ...

대략 5년 전

문제를 풀었습니다


Similar triangles

대략 5년 전

문제를 풀었습니다


Normalizing a vector

대략 5년 전

문제를 풀었습니다


Largest Geometric Series
Extension of Ned Gulley's wonderful <http://www.mathworks.com/matlabcentral/cody/problems/317 Problem 317>. In a geometric se...

대략 5년 전

문제를 풀었습니다


Rule of mixtures (composites) - upper bound
The <http://en.wikipedia.org/wiki/Rule_of_mixtures rule of mixtures> is used in the mechanical design of composite structures to...

대략 5년 전

문제를 풀었습니다


iteration of N blank spot
we have N spot which can be blank o filled calculate the number of iteration for these spots. e.g. N=2 1- blank blank 2- bl...

대략 5년 전

문제를 풀었습니다


Find all the zeros of sinus , cosinus and tangent in a given interval
The aim is to find all the zeros of a function within an interval. *Input* : * fcn : an anonymous function (@sin, @cos......

대략 5년 전

문제를 풀었습니다


Find the list of all open files
In the test suite, I use <http://www.mathworks.com/help/matlab/ref/fopen.html fopen> to create new files. The task is to find th...

대략 5년 전

문제를 풀었습니다


How many apples
You have x apples I take from you y apples now how many apples you have ?

대략 5년 전

문제를 풀었습니다


Return elapsed time
Write a function that returns the amount of time it takes to run the function, as measured by tic and toc. Your answer must be c...

대략 5년 전

문제를 풀었습니다


Create a figure and plot data
Given two data vectors (x,y), open a new figure and plot the data. Return the figure handle.

대략 5년 전

문제를 풀었습니다


Probability of Choosing a Red Ball
Given two jars of red and blue balls, find the probability of choosing a red ball from Jar 1 after going through the steps. ...

대략 5년 전

문제를 풀었습니다


calculate interest saved because of reduction of interest rate
calculate interest saved because of a reduction of interest rate per year (Assuming No leap year) Currently, in India, rate o...

대략 5년 전

문제를 풀었습니다


Function Sniffer
* Given a string, * find out which built-in functions are present, * output a simple string, * that has sorted and unique ...

대략 5년 전

문제를 풀었습니다


Simple spirometer - find your lung capacity from the number and size of soap bubbles in one breath
Assumed that each bubble has practically the same diameter d. Given total number n of bubbles. Find volume v of breath.

대략 5년 전

문제를 풀었습니다


Find the outlier in a set of samples
Given an array x of numbers. Assumed that this array has one outlier. Find the position p and the value v of the outlier in this...

대략 5년 전

문제를 풀었습니다


wait for me
wait exactly x seconds please, need not be more than 2 seconds but must be accurate within say 50 milliseconds, your function mu...

대략 5년 전

문제를 풀었습니다


Highest building

대략 5년 전

문제를 풀었습니다


Min-Max digit

대략 5년 전

문제를 풀었습니다


End Digits

대략 5년 전

문제를 풀었습니다


Find the nearest value to the given one

대략 5년 전

문제를 풀었습니다


Digits Multiplication

대략 5년 전

문제를 풀었습니다


Do you have the minimum age?

대략 5년 전

문제를 풀었습니다


Construct a continued fraction for a square root

대략 5년 전

문제를 풀었습니다


The tallest man in the world

대략 5년 전

더 보기