photo

whiyan


Last seen: 거의 4년 전 2020년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

12 질문
0 답변

순위
77,495
of 300,381

평판
0

참여
12 질문
0 답변

답변 채택
75.0%

획득한 표
0

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,477

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Derive values of alphabet
Need to save the below alphabet values, How could I build the matlab code? a=0.25 a+b+e=0 7a+6b+c+5e+f=0 19a+13b+5c+d+9e+3f...

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

1

답변

질문


simulink using from beginner
i should find DSB AM modulator from this library brower. but i noticed that there is no component. What should i do?

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

0

답변

질문


make the line with the graph
vin=linspace(0.2,2.8); if vin < 0.5 current=0; elseif 1.5 > vin >= 0.5 current=(860*10^-6)*(vin-0.5).^2; elseif 2.5 > vin >...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


make plot the square wave
[A, B] = square_wave_fun(0.1, 1, 0.0001, -1250, 1250); plot(B, A, '-k'); -------------------------- For obtaining the pi...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


simple code error, help me please
v = 0:3; w = sqrt(2*11.9*(8.85*10^-14)*((10^16)+(10^18))*(0.817+v)/((1.6*10^-19)*(10^16)*(10^18))); c = ((40*10^-4)*(0.6*10^-4...

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

1

답변

질문


plotting the graph, help me~~
The above graph is the purpose that i want. The below is the code and it has errors. Whats the problem? Please suggest th...

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

1

답변

질문


simple error but i dont know
The above graph is the purpose that i want. The below is the code and it has errors. Whats the problem? Please suggest the ...

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

1

답변

질문


hope to add the graph line, It is basic please help
The below is the current result. (just 1 Vgs line) However, i want that my graph is to be like the below. (4 Vgs lines) ...

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

1

답변

질문


i dont know what is this answer
From the matlab, i got the below answer. But what is 'e' mean?? I wanna change the below to real number. Thanks 3.2959e+29 ...

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

2

답변

질문


basic error, help me
x = linspace(20,100000); y = 20*log10(1./(1+(2*(3.14)*(x)*(985.1)*(59*10.^-9)-(985.1/(2*(3.14)*(x)(4.7*10.^-3))).^2).^0.5); p...

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

3

답변

1

답변

질문


hope the plotting graph
x = linspace(20,100000); y = 20*log(1/(1+(2*(3.14)*(x.)*(102*10^-9)*(985.1))^2)^0.5); plot(x,y) the matlab said like the...

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

1

답변