photo

Jay


Last seen: 대략 1년 전 2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
0 답변

순위
98,967
of 300,392

평판
0

참여
8 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Imperfect steering vectors in an uniform linear array for Robust adaptive beamforming
Is it possible to use the PhasedArray toolbox to generate imperfect steering vectors? I know I can use the below commands to c...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


Non trivial Solutions for a system of equations
Hey, so I was solving this system of equations given as follows - syms a b c eqn1 = t1*a + b - t1*tm*c == tm; eqn2 =...

대략 8년 전 | 답변 수: 3 | 0

3

답변

질문


Minimums step size reached, while integrating.
Hello everyone, so I ran this piece of code and I got multiple warnings on reaching the minimum step size. I get a very dubious ...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Subscripted assignment dimension mismatch after integration
The following is the code I used - q=10e8:(20e9-10e8)/1000:20e9; q=q'; s=length(q); epso = 8.8 *10.^-12; epsr=5.7; ro...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Matrix size problems after integrating.
The following is the code I used q=10e8:(20e9-10e8)/1000:20e9; q=q'; s=length(q); epso = 8.8 *10.^-12; epsr=5....

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


Error encountered for numerical integration inside for loop.
So this is the code I'm trying to run - q=10e8:10000:20e9; s=length(q); epso = 8.8 *10.^-12; epsr=5.7...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Getting errors for numerical integration
So I'm solving this integral - fun = @(x)(((((besselj(0,(2*pi*1)/(3*(10.^8))*x*ro)-besselj(0,(2*pi*x)/(3*(10.^8)))*x*ri)).^2...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


How can I integrate a function having another function (in this case - Bessel function) depend on the variable ?
My integrand has a bessel function dependent on the same variable. So i would start off by writing int(bessel(0,(2*x)),x..). But...

대략 8년 전 | 답변 수: 1 | 0

1

답변