photo

Zhiying Wang


Last seen: 대략 2년 전 2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

3 질문
0 답변

순위
148,156
of 300,364

평판
0

참여
3 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


Why the plot figure is empty
y = ones(1,11,'sym'); syms a; n=0; for x = -a/2:a/10:a/2; n=n+1; y(n)=(15/8*a)^(1/2)*(1-4*x^2/a^2); end fplot(-a/2:a/...

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

1

답변

질문


Why the I is always a constant
I=zeros(1,1); f=zeros(1,1); for ky=-6:1:6 for kx=-6:1:6 for n=0:1:2 for m=0:1:2 if...

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

2

답변

질문


Index in position 2 is invalid. Array indices must be positive integers or logical values.
I=zeros(1,1); f=zeros(1,1); n=0; m=0; for ky=-6:0.1:6 for kx=-6:0.1:6 f(10*ky+61,10*kx+61)=exp(i*10^(-16)*(2.16*(n+m)*kx...

대략 6년 전 | 답변 수: 5 | 0

5

답변