Solved


Most nonzero elements in row
Given the matrix a, return the index r of the row with the most nonzero elements. Assume there will always be exactly one row th...

12 years ago

Solved


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

12 years ago

Solved


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

12 years ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

12 years ago

Solved


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

12 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

12 years ago

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

12 years ago

Solved


Is my wife right? Now with even more wrong husband
Again, as in "Is my wife right?" ( <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right> ), answer 'yes' r...

12 years ago

Solved


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

12 years ago

Solved


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

12 years ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

12 years ago

Solved


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

12 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

12 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

12 years ago

Submitted


Copy / Clone method for handle and hgsetget class
Enable deep copying of child objects of classes handle or hgsetget

12 years ago | 1 download |

Submitted


Coordinate Extractor
Extract geographic coordinate(s) out of string(s).

13 years ago | 1 download |

Submitted


gridcolor
Change color of grid lines without changing color of axis labels or box

15 years ago | 1 download |

Thumbnail

Submitted


plotLDS
Enhance zooming and panning on large data sets by automatically downsampling data

15 years ago | 1 download |

Submitted


Callback Stack
Easy way to add multiple callbacks to objects, which support callback-functions (e.g. HG objects)

15 years ago | 1 download |

Submitted


cline
Draw a colored line in 2D or 3D

15 years ago | 9 downloads |

Thumbnail

Submitted


Polygon Clipper
Given two arbitrary polygons, the routine calculates the resulting polygon ...

15 years ago | 11 downloads |

Thumbnail

Submitted


Curve Intersect 2
Finds the intersection points between two arbitrary polygons.

17 years ago | 5 downloads |

Thumbnail

Submitted


tasklist / pslist
Get the current tasklist

18 years ago | 1 download |

Submitted


GeogrCoordLabel
Function to label axis with geographical coordinates.

18 years ago | 2 downloads |

Submitted


GetSRTMData
Extract heigth information from SRTM-files.

19 years ago | 1 download |