Adi Natan
Followers: 0 Following: 0
stanford.edu/~natan
He/him
Statistica
RANK
1.678
of 295.495
REPUTAZIONE
40
CONTRIBUTI
7 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
85.71%
VOTI RICEVUTI
26
RANK
606 of 20.240
REPUTAZIONE
2.936
VALUTAZIONE MEDIA
4.90
CONTRIBUTI
9 File
DOWNLOAD
91
ALL TIME DOWNLOAD
25328
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Inviato
dark mode plot
make MATLAB plots fit dark mode theme backgrounds
oltre un anno fa | 43 download |
Inviato
Fast 2D peak finder
Find local maxima \ peak positions in noisy 2D arrays
oltre un anno fa | 33 download |
Inviato
Discrete-Hankel-Transform
Calculate the Discrete Hankel Transform with consistent operation rules and functionality (zero padding, array support)
oltre 3 anni fa | 3 download |
Inviato
Simulate X-ray Scattering Signal
Simulate angle integrated X-ray Scattering Signals (monochromatic beam) of a polyatomic given its atoms names and positions
oltre 3 anni fa | 1 download |
Inviato
Gaussian_Propagation
Propagates a Gaussian beam through a series of thin lenses
oltre 5 anni fa | 7 download |
Inviato
cart2tripolar
Create a compact polar from Cartesian array with equal information per pixel
oltre 5 anni fa | 1 download |
Inviato
PolarOnionPeeling
Apply polar onion peeling method for analyzing velocity map imaging (VMI) data.
oltre 5 anni fa | 1 download |
Domanda
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...
quasi 9 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 9 anni fa | 2 risposte | 0
2
rispostesaving edited colormap data
It looks like the colormap is now associated with the axes rather than the figure. So, cmap = colormap(gca); will re...
circa 9 anni fa | 14
| accettato
Domanda
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...
oltre 9 anni fa | 3 risposte | 3
3
risposteDomanda
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: ...
oltre 9 anni fa | 1 risposta | 0
1
rispostaInviato
Discrete variable representation (DVR) in 1D
Discrete variable representation (DVR) for 1D systems in QM
oltre 10 anni fa | 1 download |
Risolto
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:...
quasi 11 anni fa
Risolto
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).
circa 11 anni fa
Risolto
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....
circa 11 anni fa
Risolto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
circa 11 anni fa
Risolto
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 ...
circa 11 anni fa
Risolto
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...
circa 11 anni fa
Risolto
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...
circa 11 anni fa
Domanda
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...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 11 anni fa | 2 risposte | 2
2
risposteDomanda
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...
quasi 12 anni fa | 5 risposte | 7
5
risposteIssues 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 ...
oltre 12 anni fa | 0
Inviato
1D Blaise filter for quick smoothing without Curve Fitting Toolbox
Basic 1D smoothing of noisy data according to predetermined weights and window size.
oltre 12 anni fa | 1 download |