Resuelto


Distance Travelled by Vehicle

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


Estimate Pi value by Monte Carlo method

más de 3 años hace

Resuelto


Area of a triangle given its sides

más de 3 años hace

Resuelto


Product of elements in a column

más de 3 años hace

Resuelto


Matrix operation

más de 3 años hace

Resuelto


Set zero

más de 3 años hace

Resuelto


Swap

más de 3 años hace

Resuelto


imaginary

más de 3 años hace

Resuelto


Real

más de 3 años hace

Resuelto


Size

más de 3 años hace

Resuelto


NaN

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


Effective Nuclear Charge

más de 3 años hace

Resuelto


Higher! Lower! Correct!

más de 3 años hace

Cargar más