
Carlos Adrian Vargas Aguilera
EMEFA and DEAT
Followers: 0 Following: 0
Statistik
RANG
N/A
of 297.503
REPUTATION
N/A
BEITRÄGE
0 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
0
RANG
31 of 20.449
REPUTATION
21.712
DURCHSCHNITTLICHE BEWERTUNG
4.50
BEITRÄGE
37 Dateien
DOWNLOADS
114
ALL TIME DOWNLOADS
210292
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
numcmp.m
Compares between numerical arrays up to a certain precision.
fast 9 Jahre vor | 1 Download |

Gesendet
ndnanfilter.m
Filter/smoothing of multidimensional data with an specified window function, ignoring NaNs.
fast 9 Jahre vor | 5 Downloads |

Gesendet
HarmonicSeries.m
Space-Time series (1D, 2D, or 3D) as the sum of cosines.
fast 9 Jahre vor | 1 Download |

Gesendet
moving_average v3.1 (Mar 2008)
Smooths a matrix (with/without NaN's) via recursive moving average method and eliminates data gaps.
fast 9 Jahre vor | 5 Downloads |

Gesendet
int2strz.m
Same as int2str but with zero padding to the left.
fast 9 Jahre vor | 1 Download |

Gesendet
extrema.m, extrema2.m
Search all extrema points of a time series or a surface with/without NaN's.
fast 9 Jahre vor | 23 Downloads |

Gesendet
LanczosFilter.m
Low or high-pass Lanczos (cosine) signal filter.
fast 9 Jahre vor | 8 Downloads |

Gesendet
FourierTransform2.m
Fourier complex transform of a 2D real field.
fast 9 Jahre vor | 1 Download |

Gesendet
InverseFourierTransform2.m
Inverse Fourier complex transform of a origin-symetrical complex transform (result 2D real field).
fast 9 Jahre vor | 1 Download |

Gesendet
FourierTransform.m
Complex Fourier Transform of a real time series. From zero to Nyquist frequency.
fast 9 Jahre vor | 5 Downloads |
Gesendet
InverseFourierTransform.m
Gets the real time series from the complex Fourier transform.
fast 9 Jahre vor | 1 Download |

Gesendet
plots.m, plotses.m
Plots each column of a matriz vs a single axis. Improvement of plotyyy.
fast 9 Jahre vor | 2 Downloads |

Gesendet
Wave packet dispersion and refration
Interactive program to see the dispersion and refraction of a wave packet.
fast 9 Jahre vor | 1 Download |
Gesendet
xunits, yunits and zunits.m (Jul 2014)
Add unit (and prefix) to your axis labels.
mehr als 10 Jahre vor | 1 Download |

Gesendet
COLORMAP and COLORBAR utilities (Jul 2014)
MATLAB color utilities including COLORMAP join and interpolation; freeze and fit COLORBAR, etc.
mehr als 10 Jahre vor | 16 Downloads |

Gesendet
fitsize.m v1 (Jan 2014)
Forces arrays to have the same size by replications of the singleton dimensions.
etwa 11 Jahre vor | 1 Download |

Gesendet
evalit.m v3 (Jul 2013)
Evaluates a mathematical expression and rounds it accordingly to the error propagation theory.
mehr als 11 Jahre vor | 2 Downloads |

Gelöst
Quote Doubler
Given a string s1, find all occurrences of the single quote character and replace them with two occurrences of the single quote ...
mehr als 11 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...
mehr als 11 Jahre vor
Gelöst
Generate N equally spaced intervals between -L and L
Given N and L, return a list of numbers (in ascending order) that divides the interval [-L L] into N equal-length segments. F...
mehr als 11 Jahre vor
Gelöst
Derivative of polynomial
Compute the derivative of a given polynomial. The input is an <http://www.mathworks.com/help/matlab/math/representing-polynomial...
mehr als 11 Jahre vor
Gelöst
Find names/words that start and end with the same letter.
Find names/words (from a string) that start and end with the same letter. * Case-insensitive. * If a name/word is not at the...
mehr als 11 Jahre vor
Gelöst
Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...
mehr als 11 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...
mehr als 11 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...
mehr als 11 Jahre vor
Gelöst
Sort a list of complex numbers based on far they are from the origin.
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...
mehr als 11 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 ...
mehr als 11 Jahre vor