Statistiques
RANG
10 240
of 296 158
RÉPUTATION
4
CONTRIBUTIONS
17 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
47.06%
VOTES REÇUS
4
RANG
8 743 of 20 352
RÉPUTATION
87
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
1 Fichier
TÉLÉCHARGEMENTS
3
ALL TIME TÉLÉCHARGEMENTS
879
RANG
of 155 501
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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...
environ 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 11 ans il y a | 1 réponse | 1
1
réponseQuestion
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',[],'...
environ 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
environ 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
"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 ...
plus de 11 ans il y a | 3 réponses | 2
3
réponsesQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 11 ans il y a | 6 réponses | 1
6
réponsesQuestion
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...
presque 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
plus de 13 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 13 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 13 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 13 ans il y a | 2 réponses | 0
2
réponsesA soumis
Angular Momentum Coefficients
Functions to calculate Clebsch-Gordan, Wigner 3-j, Wigner 6-j, and Wigner 9-j coefficients
plus de 13 ans il y a | 3 téléchargements |