Kesh Ikuma
Followers: 0 Following: 0
Professional Interests: signal processing
Estadística
26 Archivos
Cody0 Problemas
27 Soluciones
CLASIFICACIÓN
N/A
of 295.410
REPUTACIÓN
N/A
CONTRIBUCIONES
0 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
227 of 20.224
REPUTACIÓN
6.114
EVALUACIÓN MEDIA
4.50
CONTRIBUCIONES
26 Archivos
DESCARGAS
361
ALL TIME DESCARGAS
54107
CLASIFICACIÓN
17.040
of 153.822
CONTRIBUCIONES
0 Problemas
27 Soluciones
PUNTUACIÓN
280
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
FFmpeg Toolbox
A set of wrapper functions to run FFmpeg directly from Matlab
más de 6 años hace | 70 descargas |
Enviada
C++ MEX Development Utilities
C++ header files for MEX development
más de 6 años hace | 2 descargas |
Enviada
Hatchfill2
Fills an area with hatching or speckling (Updating original hatchfill by Neil Tandon)
casi 7 años hace | 219 descargas |
Enviada
RMVAR: MEX function to delete variables in a MAT file
This function deletes variables from a MAT file without loading the data onto Matlab.
más de 7 años hace | 1 descarga |
Enviada
stackedplot: A quick way to plot without lines overlapping
Plotting multple lines on the same axes with properly spaced offsets
alrededor de 9 años hace | 1 descarga |
Enviada
lateximage
LaTeX image object for using LaTeX packges not supported by the builtin LaTeX text interpreter
alrededor de 9 años hace | 1 descarga |
Enviada
inputsdlg: Enhanced Input Dialog Box
Predefined dialog box function to accept user inputs of several forms
más de 9 años hace | 18 descargas |
Enviada
mask2poly(mask)
Convert mask to region-of-interest polygons
más de 9 años hace | 6 descargas |
Enviada
fcolorbar: Floating Color Bar (r3)
Enhancement to the built-in colorbar to improve inside-axes colorbar display
alrededor de 10 años hace | 1 descarga |
Enviada
EPS Utility Toolbox
A set of functions to generate publisher-happy EPS images
alrededor de 10 años hace | 9 descargas |
Enviada
hgsetgetex: Extension of hgsetget Class (v.2.5)
Extended HG-style set and get for MATLAB objects
alrededor de 10 años hace | 1 descarga |
Enviada
ANNOTATEAXES: Annotation object in axes data coordinate
ANNOTATEAXES places a built-in annotation object and tie it to an axes
más de 10 años hace | 1 descarga |
Enviada
Relative Filename
A pair of M-files to convert between full and relative filenames.
alrededor de 11 años hace | 1 descarga |
Enviada
jMouseEmu: Mouse Emulator (v2.3)
A Java-based function to control mouse programmatically
más de 11 años hace | 1 descarga |
Resuelto
Kaprekar Steps
6174 is the <http://en.wikipedia.org/wiki/6174_%28number%29 Kaprekar constant>. All natural numbers less than 10,000 (except som...
más de 11 años hace
Resuelto
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 ...
más de 11 años hace
Resuelto
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 ...
más de 11 años hace
Resuelto
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...
más de 11 años hace
Resuelto
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...
más de 11 años hace
Resuelto
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...
más de 11 años hace
Resuelto
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...
más de 11 años hace
Resuelto
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...
más de 11 años hace
Resuelto
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 ...
más de 11 años hace
Resuelto
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...
más de 11 años hace
Resuelto
Reverse Run-Length Encoder
Given a "counting sequence" vector x, construct the original sequence y. A counting sequence is formed by "counting" the entrie...
más de 11 años hace
Resuelto
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 ...
más de 11 años hace
Resuelto
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...
más de 11 años hace
Resuelto
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 ...
más de 11 años hace
Resuelto
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...
más de 11 años hace
Resuelto
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 ...
más de 11 años hace