Community Profile

photo

Oliver


Massachusetts Institute of Technology

Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
  • First Submission
  • Thankful Level 3

View badges

Feeds

View by

Question


How to identify repeated eigenvalues?
I have a relatively large matrix (1771 x 1771), representing the laplacian of a graph. Looking at the eigenvalues of this matrix...

7 years ago | 1 answer | 0

1

answer

Question


Smooth Animated Transition Between Linear and Log Scale
I would like to animate a plot as it smoothly transitions from a linear scale to a log scale. I have tried changing the axis tic...

9 years ago | 0 answers | 0

0

answers

Question


voronoi with custom distance metric
I would like to compute a voronoi diagram using a non-Euclidean distance metric. I do not see anything in the documentation of v...

10 years ago | 0 answers | 0

0

answers

Question


How to find unique rows with unordered elements?
Say I have the following matrix: >> A = [1 2 3; 2 4 6; 3 1 2; 1 1 1] A = 1 2 3 2 4 ...

10 years ago | 1 answer | 0

1

answer

Question


Triangulate a non-convex point set
I have a set of points in 3D that define the surface of a non-convex object, I would like to generate some kind of triangulation...

10 years ago | 1 answer | 1

1

answer

Question


Problem with Axes Box Property
I have a figure with several subplots. I want each to have a box around it. In order to do this I use: set(hax,'xtick',[],'...

10 years ago | 0 answers | 0

0

answers

Question


Figure/Axes dependent patch facet visibility?
I have a patch object that I am trying to plot in an existing plot, however, for some reason some of the facets are not showing ...

10 years ago | 0 answers | 0

0

answers

Question


Matrix left division with constraints?
I have an underdetermined system of equations A*x=b, and I am looking for any non-negative solution. I.e. A is an n-by-m matrix ...

10 years ago | 2 answers | 0

2

answers

Question


"Very" high dimensional convex hulls
I am trying to generate points that are uniformly distributed over a convex hull in a high dimensional space. What I have as ...

11 years ago | 3 answers | 2

3

answers

Question


How to vectorize this type of function?
I have a function of the form: f(a) = sum((-1)^n/factorial(a-n)) where the summation limits are n = 0 to a. If a is a sc...

11 years ago | 1 answer | 0

1

answer

Question


Ideas for vectorizing? (Computing multiple sumations simultaneously even though the max and min are different for each)
I have two vectors, "nmin" and "nmax" which respectively contain the starting and ending indices for numel(nmin) sums that I nee...

11 years ago | 1 answer | 0

1

answer

Question


How to avoid for loops when generating index arrays?
I often find myself coding nested for loops to generate vectors of integer indices. For example: n = 4; i = 1; for L ...

11 years ago | 6 answers | 1

6

answers

Question


Why are relational operators so slow in this case?
I have a 2305-by-4-by-4455 array, "P", from which I want to generate a logical vector, "isdis", for indexing as follows: i...

11 years ago | 2 answers | 0

2

answers

Question


Efficient evaluation of a hyper-spherical harmonic expansion.
I need to integrate a function that is expressed as a hyper-spherical harmonic expansion. This function has many terms and the ...

12 years ago | 0 answers | 0

0

answers

Question


startup.m problem
In my startup.m file I install a toolbox each time matlab is loaded (because I store the toolbox in my Dropbox folder since I fr...

12 years ago | 2 answers | 0

2

answers

Question


Error with dynamically created m-files
As part of a function I have written called "make_odf_pos.m" I have a section of code that writes a helper function to a tempora...

12 years ago | 2 answers | 0

2

answers

Question


How can a breakpoint affect the result of a computation?
I am debugging and I have a block of code that gives a different answer depending on the location of a breakpoint. The code is i...

12 years ago | 2 answers | 0

2

answers

Submitted


Angular Momentum Coefficients
Functions to calculate Clebsch-Gordan, Wigner 3-j, Wigner 6-j, and Wigner 9-j coefficients

13 years ago | 3 downloads |