Gelöst


Is my wife right?
Regardless of input, output the string 'yes'.

fast 14 Jahre vor

Gelöst


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

fast 14 Jahre vor

Gelöst


Remove the vowels
Remove all the vowels in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill' Output s2 is 'Jck nd Jll wn...

fast 14 Jahre vor

Gelöst


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

fast 14 Jahre vor

Gelöst


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

fast 14 Jahre vor

Gelöst


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

fast 14 Jahre vor

Gelöst


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

fast 14 Jahre vor

Gelöst


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

fast 14 Jahre vor

Gelöst


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

fast 14 Jahre vor

Gelöst


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

fast 14 Jahre vor

Gelöst


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

fast 14 Jahre vor

Gelöst


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

fast 14 Jahre vor

Gelöst


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

fast 14 Jahre vor

Gelöst


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

fast 14 Jahre vor

Gelöst


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

fast 14 Jahre vor

Gelöst


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

fast 14 Jahre vor

Gelöst


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

fast 14 Jahre vor

Gesendet


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

etwa 14 Jahre vor | 1 Download |

0.0 / 5

Gesendet


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

fast 15 Jahre vor | 1 Download |

0.0 / 5

Gesendet


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

mehr als 16 Jahre vor | 1 Download |

2.3 / 5
Thumbnail

Gesendet


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

etwa 17 Jahre vor | 1 Download |

4.0 / 5

Gesendet


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

etwa 17 Jahre vor | 1 Download |

0.0 / 5

Gesendet


cline
Draw a colored line in 2D or 3D

mehr als 17 Jahre vor | 4 Downloads |

4.9 / 5
Thumbnail

Gesendet


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

mehr als 17 Jahre vor | 1 Download |

4.6 / 5
Thumbnail

Gesendet


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

fast 19 Jahre vor | 2 Downloads |

4.94737 / 5
Thumbnail

Gesendet


tasklist / pslist
Get the current tasklist

etwa 20 Jahre vor | 1 Download |

4.5 / 5

Gesendet


GeogrCoordLabel
Function to label axis with geographical coordinates.

mehr als 20 Jahre vor | 1 Download |

0.0 / 5

Gesendet


GetSRTMData
Extract heigth information from SRTM-files.

etwa 21 Jahre vor | 1 Download |

3.85714 / 5