Solved


Insert zeros II

3 years ago

Solved


Swap

3 years ago

Solved


Insert zeros

3 years ago

Solved


Matrix operation

3 years ago

Solved


Row sum

3 years ago

Solved


Size

3 years ago

Solved


Swap rows

3 years ago

Solved


size

3 years ago

Solved


Set zero

3 years ago

Solved


Temperature Conversion 1

3 years ago

Solved


Draw a '9' in a zero matrix!

3 years ago

Solved


Draw a '6' in a zero matrix!

3 years ago

Solved


Draw a '2' in a zero matrix!

3 years ago

Solved


Draw a '4' in a zero matrix!

3 years ago

Solved


Draw a '5' in a zero matrix!

3 years ago

Solved


Draw a '8' in a zero matrix!

3 years ago

Solved


Draw a '3' in a zero matrix!

3 years ago

Solved


Draw a '1' in a zero matrix!

3 years ago

Solved


Sum of Arithmetic Progression
Given the starting number, difference and the number of terms - find the sum of the arithmetic progression.

3 years ago

Solved


Back to basics 6 - Column Vector
Covering some basic topics I haven't seen elsewhere on Cody. Given an input vector, output true or false whether it is a colu...

3 years ago

Solved


Sum sum!!!
Sum the numbers from 1 to n

3 years ago

Solved


Remove Upper Case Letters
Example Matlab --> atlab proBlem --> prolem Enter --> nter

3 years ago

Solved


String Logic 19
Examples: 'DIG' --> 'I' 'IMPORTANT' --> 'MOTN' 'DEAL' --> 'EL' 'LIMB' --> 'IB' 'MOSTLY' --> 'OTY'

3 years ago

Solved


String Logic 18
Examples: 'DIG' --> 'DG' 'IMPORTANT' --> 'IPRAT' 'DEAL' --> 'DA' 'LIMB' --> 'LM' 'MOSTLY' --> 'MSL'

3 years ago

Solved


String Logic 16
Examples: 'DIG' --> 'DIG' 'KIMBALL' --> 'ALLKIMB' 'DEAL' --> 'EALD' 'LIMB' --> 'IMBL' 'MADE' --> 'ADEM'

3 years ago

Solved


Remove NaNs and numbers adjacent to NaNs
The aim is to remove the elements before and after NaN occurrences inside a vector. For example: x = [6 10 5 8 9 NaN 23 1...

3 years ago

Solved


Perl 1: push
_This is part of a series of perl function which were very helpful for many perl programmers. Could you implement it in Matlab?_...

3 years ago

Solved


Number of lattice points within a circle
Find the number of points (x,y) in square lattice with x^2 + y^2 =< n. This is related to Jame's <http://www.mathworks.com/matla...

3 years ago

Solved


Continued fractions
Find a <http://en.wikipedia.org/wiki/Continued_fraction continued fraction> approximation of x.

3 years ago

Load more