Community Profile

photo

Kesh Ikuma


Last seen: 1日 前 2008 年からアクティブ

Followers: 0   Following: 0

連絡

Professional Interests: signal processing

統計

All
  • Personal Best Downloads Level 4
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 1
  • First Submission
  • Solver

バッジを表示

Feeds

表示方法

送信済み


FFmpeg Toolbox
A set of wrapper functions to run FFmpeg directly from Matlab

6年弱 前 | ダウンロード 55 件 |

Thumbnail

送信済み


C++ MEX Development Utilities
C++ header files for MEX development

約6年 前 | ダウンロード 2 件 |

送信済み


Hatchfill2
Fills an area with hatching or speckling (Updating original hatchfill by Neil Tandon)

6年以上 前 | ダウンロード 219 件 |

Thumbnail

送信済み


RMVAR: MEX function to delete variables in a MAT file
This function deletes variables from a MAT file without loading the data onto Matlab.

約7年 前 | ダウンロード 2 件 |

送信済み


stackedplot: A quick way to plot without lines overlapping
Plotting multple lines on the same axes with properly spaced offsets

8年以上 前 | ダウンロード 2 件 |

Thumbnail

送信済み


lateximage
LaTeX image object for using LaTeX packges not supported by the builtin LaTeX text interpreter

8年以上 前 | ダウンロード 1 件 |

Thumbnail

送信済み


inputsdlg: Enhanced Input Dialog Box
Predefined dialog box function to accept user inputs of several forms

9年弱 前 | ダウンロード 20 件 |

Thumbnail

送信済み


mask2poly(mask)
Convert mask to region-of-interest polygons

9年弱 前 | ダウンロード 8 件 |

送信済み


fcolorbar: Floating Color Bar (r3)
Enhancement to the built-in colorbar to improve inside-axes colorbar display

9年以上 前 | ダウンロード 1 件 |

Thumbnail

送信済み


EPS Utility Toolbox
A set of functions to generate publisher-happy EPS images

9年以上 前 | ダウンロード 13 件 |

送信済み


hgsetgetex: Extension of hgsetget Class (v.2.5)
Extended HG-style set and get for MATLAB objects

9年以上 前 | ダウンロード 1 件 |

送信済み


ANNOTATEAXES: Annotation object in axes data coordinate
ANNOTATEAXES places a built-in annotation object and tie it to an axes

約10年 前 | ダウンロード 1 件 |

送信済み


Relative Filename
A pair of M-files to convert between full and relative filenames.

10年以上 前 | ダウンロード 1 件 |

送信済み


jMouseEmu: Mouse Emulator (v2.3)
A Java-based function to control mouse programmatically

10年以上 前 | ダウンロード 1 件 |

解決済み


Kaprekar Steps
6174 is the <http://en.wikipedia.org/wiki/6174_%28number%29 Kaprekar constant>. All natural numbers less than 10,000 (except som...

11年弱 前

解決済み


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

11年弱 前

解決済み


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

11年弱 前

解決済み


Subset Sum
Given a vector v of integers and an integer n, return the the indices of v (as a row vector in ascending order) that sum to n. I...

11年弱 前

解決済み


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

11年弱 前

解決済み


Maximum running product for a string of numbers
Given a string s representing a list of numbers, find the five consecutive numbers that multiply to form the largest number. Spe...

11年弱 前

解決済み


Find the two most distant points
Given a collection of points, return the indices of the rows that contain the two points most distant from one another. The inpu...

11年弱 前

解決済み


Function Iterator
Given a handle fh to a function which takes a scalar input and returns a scalar output and an integer n >= 1, return a handle f...

11年弱 前

解決済み


Remove all the words that end with "ain"
Given the string s1, return the string s2 with the target characters removed. For example, given s1 = 'the main event' your ...

11年弱 前

解決済み


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

11年弱 前

解決済み


Reverse Run-Length Encoder
Given a "counting sequence" vector x, construct the original sequence y. A counting sequence is formed by "counting" the entrie...

11年弱 前

解決済み


Return a list sorted by number of occurrences
Given a vector x, return a vector y of the unique values in x sorted by the number of occurrences in x. Ties are resolved by a ...

11年弱 前

解決済み


Counting Money
Add the numbers given in the cell array of strings. The strings represent amounts of money using this notation: $99,999.99. E...

11年弱 前

解決済み


Remove all the consonants
Remove all the consonants in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill'; Output s2 is 'a ...

11年弱 前

解決済み


Find the longest sequence of 1's in a binary sequence.
Given a string such as s = '011110010000000100010111' find the length of the longest string of consecutive 1's. In this examp...

11年弱 前

解決済み


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

11年弱 前

さらに読み込む