ARGY B
Followers: 0 Following: 0
Statistica
13 Domande
0 Risposte
RANK
132.637
of 295.527
REPUTAZIONE
0
CONTRIBUTI
13 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
46.15%
VOTI RICEVUTI
0
RANK
of 154.057
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
How to find the coordinates of a point perpendicular to a line (knowing the distance)?
I have a line made of two points A(xA,yA) and B(xB,yB) and I know a point C(xC,yC) belonging to this line (somewhere between A a...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
How to find the indices that a point lays between?
I have a vector X and a vector Y with 112 points. See picture above, the points are depected with a cross symbol. There is a ...
circa 5 anni fa | 2 risposte | 0
2
risposteDomanda
find coordinate(-s) on a plot
I have the plot you see above (plotted from data of two vectros X and Y). And I would like to find the coordinates x where y =...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
How to avoid for loop, when using ecdf for a matrix?
Is there a smarter way to create a matrix fx and a matrix x without using the for loop? for i=1:4 [fx(:,i) x(:,i)]= ecdf(A...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
How to use find for a vector without a loop?
I have the following script but doesn't work (properly) V_dates = [datenum(2030,1,1) datenum(2050,1,1) datenum(2075,1,1) datenu...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
How do I convert a string to a date?
I have a txt file with dates in the following form: 200309302300 200309302310 200309302320 ......etc How can I convert thes...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
How to retrieve data from a website?
I would like to retrieve data from a webasite, and store them in a matrix of two columns (or in two vectors). I tried this: ur...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Marker points are not fully visible
plot(x,y,'ok','MarkerSize',12,'MarkerFaceColor','k');hold on plot(x1,y1,'LineWidth',2); hold off a = datenum(x1); datetick('...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
How to find which are the nearest points to the line segment?
I have a vector X size 50x1 and a vector Y size 50x1. If i plot(X, Y, 'r+') then I get the rays you can see at the plot (the...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Use find function, for more than one value avoiding a for loop
Is there a way to use find function but for more than one value? Lets say we have a matrix 1000x100 named A, where 100 is the n...
oltre 5 anni fa | 0 risposte | 0
0
risposteDomanda
gprnd, gpfit: question about theta
I have a vector with 100 measurements. --> [x] So i used: [parmhat,parmci] = gpfit(x). (to get the Generalized Pareto parame...
oltre 5 anni fa | 0 risposte | 0
0
risposteDomanda
How to sum up numbers into a cell?
Hi, I have a 100x5 cell, and each element of it contains vectors of different sizes. See pic1. The vectors contains different n...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Copulas- how to correlate more than 2 variables?
I have 3 datasets (vectors) : x1,x2 and x3. And I know which pdf describes each dataset better. Moreover, x1 and x2 are descri...
quasi 6 anni fa | 0 risposte | 0