Statistica
RANK
287.018
of 297.016
REPUTAZIONE
0
CONTRIBUTI
9 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
33.33%
VOTI RICEVUTI
0
RANK
of 157.725
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 resize my large vector to a smaller one for plotting?
hey guys, I have a large vector with length of 185437, i want to make a new one, reshaped vector with mean values of this one bu...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
use goto, jump or some easier way for my loop in matlab?
I have this code values_nodelay=no_of_values(2:2:end) no_of_values_x1=(find(u~=[u(2:end), u(end)+1])); no_o...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
calculate delay for my vector ?
I have vector for example. Ones and zeros are representing traffic and idle states for base station traffic. u=[1 1...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
Calculate percentage of zeros and ones in my vector?
I've already have my vector and number of zeros and ones with this code: u=[1 1 1 1 1 0 0 0 1 1 0 0 0 0 0 0 0 1 1 1 1 1 0 ...
oltre 10 anni fa | 2 risposte | 0
2
risposteDomanda
how to prin only integer value in matlab ?
Hello guys, I need some help. I have two output values, etc: avg=num/2 avg2=num2/2 and first value is for...
quasi 11 anni fa | 2 risposte | 0
2
risposteDomanda
how to make a pdf(probability density function) plot from a cdf(cumulative distributive function) plot?
I have a CDF data and plot: my vector is 'on' CDF_on = ecdf(on); figure ecdf(on) ...
quasi 11 anni fa | 1 risposta | 0
1
rispostahelp with vectors MatLab?
H2 = H; H2([1:2:end,2:2:end])=H; this is the solution !
quasi 11 anni fa | 0
| accettato
Domanda
help with vectors MatLab?
Hello! I have a vector H = 0 0 0 0 0 0 0 0 0 0 ...
quasi 11 anni fa | 2 risposte | 0
2
risposteDomanda
plot two vectors simultaneuosly on the same axis?
Regards. I have 2 vectors. For example a=[2 4 3 6 7 8] and b=[7 5 2 4 4 1]. I wolud like to plot them both on x axis simultaneo...
quasi 11 anni fa | 2 risposte | 0
2
risposteDomanda
How to save output results from loop in a vectors?
So this is my code: threeminutes_Facebook_newsfeed; h=[0:0.5:179]; for idx=1:length(h) threshold=h(idx); m =f...
quasi 11 anni fa | 1 risposta | 0