photo

Joao


2014년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • First Review
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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);...

8년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

9년 초과 전 | 답변 수: 1 | 1

1

답변

질문


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...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

9년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
Why can't I save very small numbers in a vector?
already solved the problem.it was something else. thank you

9년 초과 전 | 0

질문


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 ...

9년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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);...

거의 10년 전 | 답변 수: 2 | 0

2

답변

질문


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)]; ...

거의 10년 전 | 답변 수: 2 | 0

2

답변