A résolu


¡Busca el extremo!
Crea una función que calcule el extremo de una parábola (máximo o mínimo absoluto) cuyos datos son proporcionados por el usuario...

plus d'un an il y a

A résolu


How to permute given 3d matrix?
A(:,:,1)=[1 3] A(:,:,2)=[2 2] A(:,:,3)=[4 3] Change rows to columns and columns to rows, similar to transpose. Resul...

plus d'un an il y a

A résolu


Find the index of elements in a string vector
In the vector of v, find the index of elements specified by a. v = ["Lion","Koara","Elephant","Snake","Dog","Cat","Camel"]; ...

plus d'un an il y a

A résolu


A times B
A times B

plus d'un an il y a

A résolu


String Logic 13
Examples: 'CAT' --> 'TCA' 'DOG' --> 'OGD' 'ROSY' --> 'YSRO' 'MOSTLY' --> 'YTSOML'

plus d'un an il y a

A résolu


Number Puzzle - 091

plus d'un an il y a

A résolu


Number Puzzle - 090

plus d'un an il y a

A résolu


Number Puzzle - 077

plus d'un an il y a

A résolu


Number Puzzle - 079

plus d'un an il y a

A résolu


Number Puzzle - 056

plus d'un an il y a

A résolu


Number Puzzles - 010

plus d'un an il y a

A résolu


Find the nth composite number.
Everyone heard about the nth prime number. Let's try to find out the nth composite. For example , 1 is the first composite, 10 i...

plus d'un an il y a

A résolu


area of a square
find the generic solution for an area of a square

plus d'un an il y a

A résolu


MATLAB Basics: Complex Conjugates
For a given complex number, x, return the complex conjugate, y.

plus d'un an il y a

A résolu


F-score

plus d'un an il y a

A résolu


Vector creation using linspace
Create a vector y containing n uniformly spaced values between a and b, with a < b. Use linspace.

plus d'un an il y a

A résolu


Pad zero between every adjacent values of the vector.
you are given a vector x. you have to make an output vector y with zeros padded between every adjacent values of x. e.g x: ...

plus d'un an il y a

A résolu


Return the sequence element II
Given positive integers x and n, return a positive integer, y, which is the nth term in the <https://en.wikipedia.org/wiki/Juggl...

plus d'un an il y a

A résolu


How long does it take to run a bath?
Given the *volume flow rate* (volume/time) of a faucet and the *volume* of a bath tub, find the amount of time it takes to fill ...

plus d'un an il y a

A résolu


Explode string
Break a sentence into cell of words

plus d'un an il y a

A résolu


determine the sum of decimal part for given matrix
determine the sum of fraction part for the given matrix

plus d'un an il y a

A résolu


Number Puzzle - 088

plus d'un an il y a

A résolu


Number Puzzle - 085

plus d'un an il y a

A résolu


Number Puzzle - 081

plus d'un an il y a

A résolu


Number Puzzle - 080

plus d'un an il y a

A résolu


Number Puzzle - 078

plus d'un an il y a

A résolu


Digito das Dezenas
Dado um número inteiro n, retorne qual o digito referente ao digito das dezenas n = 250; digito = DigitoDezena(n); digito = 5...

plus d'un an il y a

A résolu


Find out if Quadratic Equation has real roots or not?
Input [a b c] ax^2+bx+c=0 Output [1 or 0] 1= Quadratic Equation has real roots 0= Quadratic Equation has imaginary roots

plus d'un an il y a

A résolu


Number Puzzle - 069

plus d'un an il y a

Charger plus