A résolu


Find Logic 13

presque 3 ans il y a

A résolu


Find Logic 12

presque 3 ans il y a

A résolu


Find Logic 10

presque 3 ans il y a

A résolu


Find Logic 8

presque 3 ans il y a

A résolu


Find Logic 7

presque 3 ans il y a

A résolu


Find Logic 6

presque 3 ans il y a

A résolu


Find Logic 4

presque 3 ans il y a

A résolu


Find Logic 3

presque 3 ans il y a

A résolu


Find Logic 1

presque 3 ans il y a

A résolu


Find Logic 25

presque 3 ans il y a

A résolu


Find Logic 17

presque 3 ans il y a

A résolu


ABBREVIATION
Abbreviate the given string. Consider Only Capital Letters. EXAMPLE If input is 'Abbreviation of The Given String' then ou...

presque 3 ans il y a

A résolu


Is the paranthesis sequence balanced ?
Quantum mechanics and computer science are interested in bra-kets. Today however you, the player, will have to write a function ...

presque 3 ans il y a

A résolu


Concatenate strings
concatenate a variable number of input strings to produce one outputstring

presque 3 ans il y a

A résolu


NO _________ ALLOWED....
So you're given a sentence where if there is a particular word in the sentence then the output is 1, if it is not there then the...

presque 3 ans il y a

A résolu


Make a list string
Given a cell string, produce a string separating the items with spaces and commas and with an 'and' preceding the final item, an...

presque 3 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 3 ans il y a

A résolu


Convert Two Character String into a Binary Vector
Given a string "XOXXO" convert it into a binary vector. [1 0 1 1 0] Paul Berglund implemented an optimal method in <http://ww...

presque 3 ans il y a

A résolu


Alternately upper-lower case
Modify the string to alternate between upper and lower case. For example, s='achyuta' output='AcHyUtA' Update - Test case...

presque 3 ans il y a

A résolu


Join Strings with Multiple Different Delimiters
The idea is to form the string S by interleaving the elements of a cell array of strings DELIMITER and another cell array of st...

presque 3 ans il y a

A résolu


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

presque 3 ans il y a

A résolu


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

presque 3 ans il y a

A résolu


Converts numbers into characters
Converts numbers into characters

presque 3 ans il y a

A résolu


Find the max element of the array
Find the max element of the array

presque 3 ans il y a

A résolu


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

presque 3 ans il y a

A résolu


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

presque 3 ans il y a

A résolu


to the 2 all elements
to the 2 all elements

presque 3 ans il y a

A résolu


the average value of the elements
Calculate the average value of the elements in the array

presque 3 ans il y a

A résolu


Double all elements in the array
Duplicate all elements in the array

presque 3 ans il y a

A résolu


calculate the length of matrix
input 1 array, calculate the length

presque 3 ans il y a

Charger plus