Adi Natan
Followers: 0 Following: 0
stanford.edu/~natan
He/him
Estadística
CLASIFICACIÓN
1.676
of 295.448
REPUTACIÓN
40
CONTRIBUCIONES
7 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
85.71%
VOTOS RECIBIDOS
26
CLASIFICACIÓN
606 of 20.227
REPUTACIÓN
2.936
EVALUACIÓN MEDIA
4.90
CONTRIBUCIONES
9 Archivos
DESCARGAS
97
ALL TIME DESCARGAS
25322
CLASIFICACIÓN
37.585
of 153.822
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
más de 1 año hace | 48 descargas |
Enviada
Fast 2D peak finder
Find local maxima \ peak positions in noisy 2D arrays
más de 1 año hace | 31 descargas |
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 | 3 descargas |
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 | 1 descarga |
Enviada
Gaussian_Propagation
Propagates a Gaussian beam through a series of thin lenses
más de 5 años hace | 12 descargas |
Enviada
cart2tripolar
Create a compact polar from Cartesian array with equal information per pixel
más de 5 años hace | 1 descarga |
Enviada
PolarOnionPeeling
Apply polar onion peeling method for analyzing velocity map imaging (VMI) data.
más de 5 años hace | 1 descarga |
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...
casi 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...
casi 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...
alrededor 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 | 1 descarga |
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:...
casi 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).
casi 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....
casi 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.
casi 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 ...
casi 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...
casi 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...
casi 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...
alrededor 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...
casi 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 |