Statistica
RANK
35.062
of 299.791
REPUTAZIONE
1
CONTRIBUTI
8 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
75.0%
VOTI RICEVUTI
1
RANK
of 165.966
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
Indexing cannot yield multiple results error
Hello! I have this function: function [E1x,E2x]=coupler(Eax,Ebx,Npt1) n=1; Eout=zeros(Npt1,2); E1x=zeros(Npt1,1);...
oltre 9 anni fa | 2 risposte | 0
2
risposteDomanda
Which mean and standart deviantion should I use?
Hi! I have this plot that was obtained by connecting the occurrence values of a histogram. My teacher asked me to get the pr...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
Doubt about xcorr function
Hello! I have question about the xcorr function. I have a vector with random bits 0s and 1s. I do the autocorrelation o...
oltre 10 anni fa | 1 risposta | 1
1
rispostaDomanda
Sphere function does not work
Hello, I am trying to run function sphere in matlab like this: sphere(30); I get an error every time - Error in ==> sph...
quasi 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Autocorrelation function without using xcorr
Hello, I have this code trying to plot the autocorrelation of signal E1 without xcorr function E1f=[E1 zeros(1,1249)]; f...
quasi 11 anni fa | 0 risposte | 0
0
risposteWhy can't I save very small numbers in a vector?
already solved the problem.it was something else. thank you
quasi 11 anni fa | 0
Domanda
Why can't I save very small numbers in a vector?
Hello! My code is getting points like 5e-9 and i am putting these points on a vector. However after i run it i get a vector ...
quasi 11 anni fa | 3 risposte | 0
3
risposteDomanda
Matrix loop multiplication warning
Hello, I have this code: n=1; Eout=zeros(4096,2); while n<=4096 E=[Eopt(n); 0]; coupler=[sqrt(0.9) 1i*sqrt(0.1);...
quasi 11 anni fa | 2 risposte | 0
2
risposteDomanda
Wrong matrix multiplication answer
Hi, This multiplication gets a wrong answer: E=[Eopt(1) 0]; coupler=[sqrt(0.9) 1i*sqrt(0.1);1i*sqrt(0.1) sqrt(0.9)]; ...
quasi 11 anni fa | 2 risposte | 0