Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


area of triangle
h=5 and x

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


to the power
fix code

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


the fastest driver
the fastest driver

alrededor de 13 años hace

Resuelto


Name the bigest junkie
eg. name='JOHN'

alrededor de 13 años hace

Resuelto


length of vector
give a length of vector

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


say "hi"
say "hi"

alrededor de 13 años hace

Resuelto


Area of rhombus
Calculate the rhombus area

alrededor de 13 años hace

Resuelto


Who is my love
Wirite name my honey to x

alrededor de 13 años hace

Resuelto


supercar
write supercar

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Cargar más