photo

Adi Natan


Last seen: 10 mois il y a Actif depuis 2012

Followers: 0   Following: 0

Message

stanford.edu/~natan

Pronouns:
He/him

Statistiques

All
MATLAB Answers

7 Questions
2 Réponses

File Exchange

9 Fichiers

Cody

0 Problèmes
9 Solutions

RANG
1 746
of 302 099

RÉPUTATION
40

CONTRIBUTIONS
7 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
85.71%

VOTES REÇUS
26

RANG
597 of 21 543

RÉPUTATION
3 040

CLASSEMENT MOYEN
4.90

CONTRIBUTIONS
9 Fichiers

TÉLÉCHARGEMENTS
24

ALL TIME TÉLÉCHARGEMENTS
26318

RANG
44 122
of 178 957

CONTRIBUTIONS
0 Problèmes
9 Solutions

SCORE
100

NOMBRE DE BADGES
2

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • 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

Afficher les badges

Feeds

Afficher par

A soumis


dark mode plot
make MATLAB plots fit dark mode theme backgrounds

plus de 3 ans il y a | 2096 téléchargements |

4.7 / 5
Thumbnail

A soumis


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

plus de 3 ans il y a | 17585 téléchargements |

4.9 / 5
Thumbnail

A soumis


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

environ 5 ans il y a | 207 téléchargements |

0.0 / 5
Thumbnail

A soumis


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

environ 5 ans il y a | 87 téléchargements |

0.0 / 5
Thumbnail

A soumis


Gaussian_Propagation
Propagates a Gaussian beam through a series of thin lenses

environ 7 ans il y a | 3485 téléchargements |

4.7 / 5
Thumbnail

A soumis


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

environ 7 ans il y a | 43 téléchargements |

0.0 / 5
Thumbnail

A soumis


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

environ 7 ans il y a | 1057 téléchargements |

5.0 / 5
Thumbnail

Question


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

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 10 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
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...

presque 11 ans il y a | 14

| A accepté

Question


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

environ 11 ans il y a | 3 réponses | 3

3

réponses

Question


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

plus de 11 ans il y a | 1 réponse | 0

1

réponse

A soumis


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

environ 12 ans il y a | 563 téléchargements |

5.0 / 5
Thumbnail

A résolu


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

plus de 12 ans il y a

A résolu


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

presque 13 ans il y a

A résolu


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

presque 13 ans il y a

A résolu


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

presque 13 ans il y a

A résolu


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

presque 13 ans il y a

A résolu


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

presque 13 ans il y a

A résolu


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

presque 13 ans il y a

A résolu


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

presque 13 ans il y a

A résolu


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

presque 13 ans il y a

Question


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

presque 13 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 13 ans il y a | 2 réponses | 2

2

réponses

Question


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

plus de 13 ans il y a | 5 réponses | 7

5

réponses

Réponse apportée
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 ...

environ 14 ans il y a | 0

A soumis


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

environ 14 ans il y a | 1195 téléchargements |

0.0 / 5
Thumbnail