Statistik
12 Fragen
0 Antworten
RANG
67.638
of 295.527
REPUTATION
0
BEITRÄGE
12 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
75.0%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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?
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 >...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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) ...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
etwa 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 4 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
calculating simple 2 equations with matlab. give me matlab code please~~
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 4 Jahre vor | 1 Antwort | 0