Community Profile

photo

Adi Natan


Stanford University

Last seen: 7 months 前 自 2012 起处于活动状态

Followers: 0   Following: 0

联系

stanford.edu/~natan

Pronouns:
He/him

统计数据

All
  • Editor's Pick
  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 3
  • First Submission
  • Thankful Level 3
  • First Answer
  • Commenter
  • Solver

查看徽章

Feeds

排序方式:

已提交


dark mode plot
make MATLAB plots fit dark mode theme backgrounds

11 months 前 | 59 次下载 |

Thumbnail

已提交


Fast 2D peak finder
Find local maxima \ peak positions in noisy 2D arrays

12 months 前 | 43 次下载 |

Thumbnail

已提交


Discrete-Hankel-Transform
Calculate the Discrete Hankel Transform with consistent operation rules and functionality (zero padding, array support)

2 years 前 | 6 次下载 |

Thumbnail

已提交


Simulate X-ray Scattering Signal
Simulate angle integrated X-ray Scattering Signals (monochromatic beam) of a polyatomic given its atoms names and positions

3 years 前 | 2 次下载 |

Thumbnail

已提交


Gaussian_Propagation
Propagates a Gaussian beam through a series of thin lenses

5 years 前 | 8 次下载 |

Thumbnail

已提交


cart2tripolar
Create a compact polar from Cartesian array with equal information per pixel

5 years 前 | 1 次下载 |

Thumbnail

已提交


PolarOnionPeeling
Apply polar onion peeling method for analyzing velocity map imaging (VMI) data.

5 years 前 | 1 次下载 |

Thumbnail

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 2 个回答 | 0

2

个回答

已回答
saving edited colormap data
It looks like the colormap is now associated with the axes rather than the figure. So, cmap = colormap(gca); will re...

8 years 前 | 14

| 已接受

提问


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...

9 years 前 | 3 个回答 | 3

3

个回答

提问


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: ...

9 years 前 | 1 个回答 | 0

1

个回答

已提交


Discrete variable representation (DVR) in 1D
Discrete variable representation (DVR) for 1D systems in QM

9 years 前 | 4 次下载 |

Thumbnail

已解决


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:...

10 years 前

已解决


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).

10 years 前

已解决


Swap two numbers
Example Input: a = 10 b = 20 Output a = 20 b = 10

10 years 前

已解决


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....

10 years 前

已解决


Is my wife right?
Regardless of input, output the string 'yes'.

10 years 前

已解决


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

10 years 前

已解决


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 ...

10 years 前

已解决


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...

10 years 前

已解决


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...

10 years 前

提问


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...

10 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

10 years 前 | 2 个回答 | 2

2

个回答

提问


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...

11 years 前 | 5 个回答 | 7

5

个回答

已回答
Issues 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 ...

11 years 前 | 0

已提交


1D Blaise filter for quick smoothing without Curve Fitting Toolbox
Basic 1D smoothing of noisy data according to predetermined weights and window size.

12 years 前 | 1 次下载 |

Thumbnail