Statistica
RANK
1.910
of 295.735
REPUTAZIONE
34
CONTRIBUTI
3 Domande
12 Risposte
ACCETTAZIONE DELLE RISPOSTE
33.33%
VOTI RICEVUTI
11
RANK
504 of 20.277
REPUTAZIONE
3.358
VALUTAZIONE MEDIA
4.80
CONTRIBUTI
21 File
DOWNLOAD
49
ALL TIME DOWNLOAD
32363
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
How to order values within a cell array more efficiently??
The following should work regardless of the ordering of the two rows: [~,idx] = ismember(ratings(1,:),ratings(2,:)); ord...
circa 11 anni fa | 2
| accettato
Approximate vertex cover problem
Assuming you've got an incidence matrix A with A(u,v) if there is an edge from u to v, then a random edge could be selected with...
circa 11 anni fa | 0
| accettato
How can I make the negative output values of the linprog optimization to be treated as if they was positive when optimizing a problem?
If you need to minimise something like abs(x), just replace x with y-z so your objective becomes to minimise y+z with y>=0 and z...
circa 11 anni fa | 1
2nd order ODE with variable coefficients
You'll need to rewrite the second-order ODE as a first-order vector ODE. Put y1=y, y2=y1', so y2'=y''. Try ode45, with f = ...
circa 11 anni fa | 0
| accettato
Making fmincon display function argument at each iteration
The utility <http://www.mathworks.com/matlabcentral/fileexchange/44120-peek PEEK> on the file exchange can be used to tell you w...
circa 11 anni fa | 0
how plot complementary cumulative density function (CCDF) of data points?
If you have the stats toolbox: ecdf(data,'function','survivor') will plot the CCDF.
circa 11 anni fa | 1
probability of a run of k heads or more in N tosses of a fair coin N>>k
The method in the link you gave can be modified to avoid the need for arbitrary-precision integer arithmetic in calculating the ...
circa 11 anni fa | 0
Genetic Algorithm - Fitness function value differences...
An alternative way to record the evaluated points is with the utility <http://www.mathworks.com/matlabcentral/fileexchange/44120...
circa 11 anni fa | 0
how to output interval spacing from quad, quadl or quadgk?
The utility <http://www.mathworks.com.au/matlabcentral/fileexchange/44120-peek PEEK> on the file exchange is useful for this sor...
circa 11 anni fa | 0
Variance in Ornstein Uhlenbeck process
That's an interesting method, though it's not obvious to me how it works and I couldn't see any reference to it in the planet ma...
circa 12 anni fa | 0
Domanda
calculate tangent of 1e100
How do you calculate trig functions with very large arguments? For example, in "Surely you're joking, Mr Feynman", Richard te...
circa 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Is the new Cramer's rule algorithm really as good as LU?
The Wikipedia article on Cramer's rule cites a recent paper that claims to have an O(n^3) algorithm: Ken Habgood and Itamar Are...
oltre 13 anni fa | 0 risposte | 0
0
risposteBlock diagonalize a matrix
It turns out to be easier than I thought. Given V such that A*V=V*E we find any W such that [W,V] is invertible and if A*W = W*...
oltre 13 anni fa | 0
Domanda
Block diagonalize a matrix
Given a square matrix A and a rectangular matrix V, how do we find a complement U such that [U,V]\A*[U,V] is block diagonal? Fo...
oltre 13 anni fa | 1 risposta | 0
1
rispostaWhat is missing from MATLAB?
1. Distinguishing variable from function names in M-Lint. To get around the current limitation, "declare" which names are varia...
oltre 13 anni fa | 7