photo

Oliver


Massachusetts Institute of Technology

Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

All
  • First Submission
  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 10 anni fa | 1 risposta | 1

1

risposta

Domanda


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',[],'...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 11 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 11 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 11 anni fa | 3 risposte | 2

3

risposte

Domanda


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

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 11 anni fa | 6 risposte | 1

6

risposte

Domanda


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

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 13 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 13 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 13 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 13 anni fa | 2 risposte | 0

2

risposte

Inviato


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

circa 13 anni fa | 2 download |