Risolto


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

oltre 14 anni fa

Risolto


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

oltre 14 anni fa

Risolto


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

oltre 14 anni fa

Risolto


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

oltre 14 anni fa

Risolto


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

oltre 14 anni fa

Risolto


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

oltre 14 anni fa

Risolto


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

oltre 14 anni fa

Risolto


Remove any row in which a NaN appears
Given the matrix A, return B in which all the rows that have one or more <http://www.mathworks.com/help/techdoc/ref/nan.html NaN...

oltre 14 anni fa

Risolto


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

oltre 14 anni fa

Risolto


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

oltre 14 anni fa

Risolto


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

oltre 14 anni fa

Risolto


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

oltre 14 anni fa

Inviato


lscatter : scatter plot with labels instead of markers
Similar to ML's scatter command, but allows you to use separate labels for each point.

oltre 15 anni fa | 1 download |

5.0 / 5
Thumbnail

Inviato


Gini coefficient and the Lorentz curve
Computes the Gini coefficient and the Lorentz curve of weighted data.

circa 16 anni fa | 3 download |

5.0 / 5
Thumbnail

Inviato


WHO for a given CLASS
Displays a list of variables in the base workspace of a given class.

circa 16 anni fa | 2 download |

0.0 / 5

Inviato


XLSrange
The function returns the range address as used by Excel. It is useful in connection with XLSWRITE.

circa 16 anni fa | 1 download |

0.0 / 5

Inviato


Log of factorial of large numbers
computes log10 of the factorial

circa 19 anni fa | 1 download |

5.0 / 5

Inviato


Factorial of large numbers
computes factorials of large arguments using standard algorithm

circa 19 anni fa | 1 download |

3.33333 / 5