A résolu


Fill a zeros matrix
The aim is to fill an array of all zeros given a numerical value and the index of row and columns for this value. 3 Inputs: ...

presque 13 ans il y a

A résolu


Duplicate a character
Duplicate a character 'n' times. Example 1: str='a' n=5 output='aaaaa' Example 2: str='*' n=3 output='***'

presque 13 ans il y a

A résolu


factor to number
e.g. input number x=10 then it should produce y=25 or x=100 then y should be 2255. write a function or code to generate the same...

presque 13 ans il y a

A résolu


Power The Product
EXAMPLE: INPUT x=10 & y=10 OUTPUT z=1000000 or, INPUT x=2 & y=3 OUTPUT z= 216 you just need to calculate the product first...

presque 13 ans il y a

A résolu


COUNT VOWEL 2
The objective of this problem is to determine the number of unique vowels used in the given string. Now count vowels in STRI...

presque 13 ans il y a

A résolu


Procrustean bed
Given a vector x and an integer n, convert x to a vector of length n by (1) chopping off the end if it is too long, or (2) addin...

presque 13 ans il y a

A résolu


Frobenius Norm
Write your own version of Frobenius Norm without using the 'norm' function.

presque 13 ans il y a

A résolu


How many digits are there?
Input(s) - any string Output(n) - number of digits within string s

presque 13 ans il y a

A résolu


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

presque 13 ans il y a

A résolu


Reverse CHECKBOX MATRIX with 69
Create a reverse checkbox matrix with '69'. Where the size is the input and output will be a square checkbox matrix. Exa...

presque 13 ans il y a

A résolu


Calculate the derivative of a polynomial
Example: in = [ 1 1 1 ] out = [ 2 1 ]

presque 13 ans il y a

A résolu


COUNT VOWEL
Count, how many times vowels occurred. EXAMPLE: x='string the MaTLaBiAn' then the answer will be 6. x='coUnt the vowEl' th...

presque 13 ans il y a

A résolu


Calcucate area of square
calcutae area for example 1*1=2 ...

presque 13 ans il y a

A résolu


area of triangle
h=5 and x

presque 13 ans il y a

A résolu


Do Fast Fourier Transformation
Example Fast Fourier Transformation from vector [2,1]) ans = 3 1

presque 13 ans il y a

A résolu


Make a vector of prime numbers
Input(n) - length of vector with prime numbers Output(v) - vector of prime numbers Example: * n=1; v=2 * n=3; v=[2 3 5...

presque 13 ans il y a

A résolu


to the power
fix code

presque 13 ans il y a

A résolu


Do you lile S.K.?
Say: True or False

presque 13 ans il y a

A résolu


Walk on water
There is only one man who walked on water.

presque 13 ans il y a

A résolu


Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.

presque 13 ans il y a

A résolu


I really like a combined
If you know the name man from AGH who have more luck than sense, you will do it !

presque 13 ans il y a

A résolu


the fastest driver
the fastest driver

presque 13 ans il y a

A résolu


Name the bigest junkie
eg. name='JOHN'

presque 13 ans il y a

A résolu


length of vector
give a length of vector

presque 13 ans il y a

A résolu


The sum of the numbers in the vector
eg. [1,2,3]---->SUM=6

presque 13 ans il y a

A résolu


say "hi"
say "hi"

presque 13 ans il y a

A résolu


Area of rhombus
Calculate the rhombus area

presque 13 ans il y a

A résolu


Who is my love
Wirite name my honey to x

presque 13 ans il y a

A résolu


supercar
write supercar

presque 13 ans il y a

A résolu


Temperature conversion
Convert temperature in degrees Celsius (C) to temperature in degrees Kelvin (K). Assume your answer is rounded to the nearest Ke...

presque 13 ans il y a

Charger plus