I hope to lose weight healthily...
In order to reduce weight healthily,
weight will be reduced by 4% every month.
Please calculate how many months it will take...
Volume of Cylinder
Compute the Circumference of a Cylinder given it's radius and height.Here x is the radius and y is the height
7年以上 前
解決済み
Repeat string n times
* You will be provided a string (s = 'string1_')
* a starting point (num1 = 6) (always bigger than or equal to zero)
* and n (...
7年以上 前
解決済み
Finding two missing number in 1 to n array
You are given an array of numbers from 1 to n with two missing numbers.
Return the two missing numbers.
Input: x=[5 2 0 1 ...
7年以上 前
解決済み
Palindrome numbers
Find the palindrome numbers from 1 to n where n is the number entered by the user.
7年以上 前
解決済み
Get all prime factors
List the prime factors for the input number, in decreasing order. List each factor. If the prime factor occurs twice, list it as...
7年以上 前
解決済み
Where is the number that you want to find?
For a given matrix A, find where the input number x appears.
Do this task by returning the vector which contains the row and th...
Annoying population
Every year the number of annoying persons in the office triples
Found the population, given a(0) and t
7年以上 前
解決済み
Multiples of a Number in a Given Range
Given an integer factor _f_ and a range defined by _xlow_ and _xhigh_ inclusive, return a vector of the multiples of _f_ that fa...
7年以上 前
解決済み
determine if
determine if the elements of a matrix is a nan and return true
7年以上 前
解決済み
Even or Odd
Write a function which can tell us if the given value x is odd or even. So if x is even return true and if x is odd return false...
How many solutions has this problem?
Guess, predict or calculate :-)
(You will be scored by the accuracy).
Update: <http://www.mathworks.co.uk/matlabcent...
7年以上 前
解決済み
imaginary results
Return the value of the imaginary number i to the power of input argument n.