A résolu


Distance Travelled by Vehicle

plus de 5 ans il y a

A résolu


Triple function composition
Given three functions f,g and h, create the composed function y=f(g(h)). Example f = @(x) x+1 g = @(x) x/2 h = @(x) ...

plus de 5 ans il y a

A résolu


Replace values under a limit
For a vector x and number n, the goal is to find every element of x inferior to n and replace it by n. Example x= [ 1 2 3...

plus de 5 ans il y a

A résolu


Estimate Pi value by Monte Carlo method

plus de 5 ans il y a

A résolu


Area of a triangle given its sides

plus de 5 ans il y a

A résolu


Product of elements in a column

plus de 5 ans il y a

A résolu


Matrix operation

plus de 5 ans il y a

A résolu


Set zero

plus de 5 ans il y a

A résolu


Swap

plus de 5 ans il y a

A résolu


imaginary

plus de 5 ans il y a

A résolu


Real

plus de 5 ans il y a

A résolu


Size

plus de 5 ans il y a

A résolu


NaN

plus de 5 ans il y a

A résolu


Convert String to Morse Code
Convert a given string to international <http://en.wikipedia.org/wiki/Morse_code Morse Code> * Strings will only have [A-z], ...

plus de 5 ans il y a

A résolu


Pig Latin to English Translator
Pig latin is a faux-language based off of English. The rules are as follows (excerpted from the <http://en.wikipedia.org/wiki/Pi...

plus de 5 ans il y a

A résolu


English to Pig Latin Translator
Pig latin is a faux-language based off of English. The rules are as follows (excerpted from the wikipedia entry for Pig Latin): ...

plus de 5 ans il y a

A résolu


Find matching parenthesis
One of the most indispensable things about a great text editor for programming is the ability to quickly jump between matching p...

plus de 5 ans il y a

A résolu


Reverse the Words (not letters) of a String
*Description* Change the words of a string such that the words appear in reverse order. You may assume that the string is a n...

plus de 5 ans il y a

A résolu


letter yes yes & letter no no
Split a string into two strings, wherein the first string has all alphabetic letters and the second string has all the remaining...

plus de 5 ans il y a

A résolu


Space Saver
Remove all characters that are below a space in ASCII value.

plus de 5 ans il y a

A résolu


Cell Counting: How Many Draws?
You are given a cell array containing information about a number of soccer games. Each cell contains one of the following: * ...

plus de 5 ans il y a

A résolu


QWERTY Shift Encoder
Encode a string using the QWERTY shift code. This code is where you touch type but are offset by one character to the right. ...

plus de 5 ans il y a

A résolu


QWERTY Shift Code Decoder
Decode a string encoded using the QWERTY shift code. QWERTY shift code is where the message was touch typed but with an offse...

plus de 5 ans il y a

A résolu


Convert a structure into a string
Convert the contents of each fields into a string. Example with an input structure s with 2 fields : s.age = '33' s....

plus de 5 ans il y a

A résolu


Ordinal numbers
Given an integer n, return the corresponding ordinal number as a character string. For example, ord(1)='1st' ord(2)=...

plus de 5 ans il y a

A résolu


Without the French accent please!
Suppress the French accent. Example 'Déjà présent' -> 'Deja present'

plus de 5 ans il y a

A résolu


Sum of integers numbers
Sum of the numbers from 1 to 100

plus de 5 ans il y a

A résolu


Effective Nuclear Charge

plus de 5 ans il y a

A résolu


Higher! Lower! Correct!

plus de 5 ans il y a

Charger plus