Statistics
RANK
10,219
of 294,599
REPUTATION
4
CONTRIBUTIONS
17 Questions
0 Answers
ANSWER ACCEPTANCE
47.06%
VOTES RECEIVED
4
RANK
8,719 of 20,131
REPUTATION
87
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
2
ALL TIME DOWNLOADS
876
RANK
of 152,091
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
8 years ago | 1 answer | 0
1
answerQuestion
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...
10 years ago | 0 answers | 0
0
answersQuestion
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
answersQuestion
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 ...
11 years ago | 1 answer | 0
1
answerQuestion
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...
11 years ago | 1 answer | 1
1
answerQuestion
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',[],'...
11 years ago | 0 answers | 0
0
answersQuestion
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 ...
11 years ago | 0 answers | 0
0
answersQuestion
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 ...
11 years ago | 2 answers | 0
2
answersQuestion
"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
answersQuestion
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
answerQuestion
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
answerQuestion
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
answersQuestion
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
answersQuestion
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 ...
13 years ago | 0 answers | 0
0
answersQuestion
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...
13 years ago | 2 answers | 0
2
answersQuestion
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...
13 years ago | 2 answers | 0
2
answersQuestion
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...
13 years ago | 2 answers | 0
2
answersSubmitted
Angular Momentum Coefficients
Functions to calculate Clebsch-Gordan, Wigner 3-j, Wigner 6-j, and Wigner 9-j coefficients
13 years ago | 2 downloads |