![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3358583_1519417740979_DEF.jpg)
Adi Natan
Followers: 0 Following: 0
stanford.edu/~natan
He/him
Estadística
CLASIFICACIÓN
1.692
of 297.016
REPUTACIÓN
40
CONTRIBUCIONES
7 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
85.71%
VOTOS RECIBIDOS
26
CLASIFICACIÓN
601 of 20.419
REPUTACIÓN
2.964
EVALUACIÓN MEDIA
4.90
CONTRIBUCIONES
9 Archivos
DESCARGAS
105
ALL TIME DESCARGAS
25558
CLASIFICACIÓN
38.622
of 157.725
CONTRIBUCIONES
0 Problemas
9 Soluciones
PUNTUACIÓN
100
NÚMERO DE INSIGNIAS
2
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
dark mode plot
make MATLAB plots fit dark mode theme backgrounds
casi 2 años hace | 52 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/4c6bbbca-9d41-43f2-a913-1b73ad179265/3c1bfbf9-2e4f-4433-b15a-4bd38f583373/images/1611883668.png)
Enviada
Fast 2D peak finder
Find local maxima \ peak positions in noisy 2D arrays
casi 2 años hace | 33 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e58ed5bb-4a80-11e4-9553-005056977bd0/2060c42b-993f-4ab3-b51d-4bd93b5f863b/images/screenshot.jpg)
Enviada
Discrete-Hankel-Transform
Calculate the Discrete Hankel Transform with consistent operation rules and functionality (zero padding, array support)
más de 3 años hace | 4 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/cd1ef9df-1343-429e-bc4e-26e7e565f47e/56ffad22-4aec-41e5-bc12-5dada2c696be/images/1627971370.png)
Enviada
Simulate X-ray Scattering Signal
Simulate angle integrated X-ray Scattering Signals (monochromatic beam) of a polyatomic given its atoms names and positions
más de 3 años hace | 3 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e3c89dcd-d3d2-4097-b0ba-525a3337c39f/4b9c2027-92ff-4828-a3cf-0cd1bf0cd332/images/1622741205.png)
Enviada
Gaussian_Propagation
Propagates a Gaussian beam through a series of thin lenses
más de 5 años hace | 4 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e58eeaf8-4a80-11e4-9553-005056977bd0/f3e4cc6c-9087-4b12-a31f-efc9e61eec33/images/screenshot.jpg)
Enviada
cart2tripolar
Create a compact polar from Cartesian array with equal information per pixel
más de 5 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/b4dd3f20-561b-4c39-b16c-f0c9ed8fe8c3/36f807be-5fc0-469a-b04d-b5ac67481431/images/screenshot.jpg)
Enviada
PolarOnionPeeling
Apply polar onion peeling method for analyzing velocity map imaging (VMI) data.
más de 5 años hace | 5 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e59a4e35-4a80-11e4-9553-005056977bd0/baa548e6-b509-446c-9a83-e313f0a2e8f7/images/screenshot.jpg)
Pregunta
how can a .mat file crash matlab ?
I've tried to load a .mat file (48 MB) that I got from a colleague found <https://docs.google.com/uc?id=0BzRr65CAEmNMXzVIWFV4cDl...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
reading saved gpuArray data with a non-gpu computer
After some lengthy calculations using gpus in Matlab (2015b, cuda7), I have saves .mat files that have variables of class gpuArr...
alrededor de 9 años hace | 2 respuestas | 0
2
respuestassaving edited colormap data
It looks like the colormap is now associated with the axes rather than the figure. So, cmap = colormap(gca); will re...
más de 9 años hace | 14
| aceptada
Pregunta
saving edited colormap data
After editing an existing colormap with the *colormapeditor*, I want to save it. The documentation states that I should do somet...
más de 9 años hace | 3 respuestas | 3
3
respuestasPregunta
Matlab 2014b crashing suddently when using a specific folder
I've copied a folder of some code from one computer to another. And when I try to access it I get the following matlab error: ...
más de 9 años hace | 1 respuesta | 0
1
respuestaEnviada
Discrete variable representation (DVR) in 1D
Discrete variable representation (DVR) for 1D systems in QM
más de 10 años hace | 2 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/47528/versions/2/screenshot.jpg)
Resuelto
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:...
alrededor de 11 años hace
Resuelto
Number of problems
No, you don't read it wrong: this assignment is to return the number of this problem (and not the problem of this number).
alrededor de 11 años hace
Resuelto
Swap two numbers
Example Input: a = 10 b = 20 Output a = 20 b = 10
alrededor de 11 años hace
Resuelto
Tony's trick for duplicating an mx1 vector n times
Without using repmat, or for loop, or concatenation, create a function to duplicate a vector, v, a specified number of times, n....
alrededor de 11 años hace
Resuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
alrededor 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 ...
alrededor de 11 años hace
Resuelto
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...
alrededor de 11 años hace
Resuelto
Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2...
alrededor de 11 años hace
Pregunta
Why is scatteredInterpolant slower than TriScatteredInterp ?
I've written a code that uses *TriScatteredInterp*, but I read in Matlab's documentation that this will not be supported in futu...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Will AccelerEyes Jacket functionality be implemented into MATLAB?
AccelerEyes announced in december 2012 that it works with Mathworks on the GPU code and has discontinued its product Jacket for ...
más de 11 años hace | 2 respuestas | 2
2
respuestasPregunta
Faster way to initilize arrays via empty matrix multiplication?
I've stumbled upon the weird way (in my view) that Matlab is dealing with empty matrices. For example, if two empty matrices are...
alrededor de 12 años hace | 5 respuestas | 7
5
respuestasIssues with imaginary exponentiation for large, widely spaced vectors
According to: http://www.mathworks.com/help/techdoc/ref/unwrap.html "A jump tolerance less than π has the same effect as ...
más de 12 años hace | 0
Enviada
1D Blaise filter for quick smoothing without Curve Fitting Toolbox
Basic 1D smoothing of noisy data according to predetermined weights and window size.
más de 12 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/37408/versions/1/screenshot.jpg)