1582251394
Followers: 0 Following: 0
Statistik
8 Fragen
0 Antworten
RANG
264.020
of 295.486
REPUTATION
0
BEITRÄGE
8 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
62.5%
ERHALTENE STIMMEN
0
RANG
of 20.236
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
Sort first column of a 5x2 matrix but keep the rows intact after sorting
Hi, I have a 5x2 matrix and I would like to sort the first column and keep the rows together after the sorting is done. For exam...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
RLC Transfer Function Magnitude and Phase Response
Hi, I am trying to plot the magnitude and phase response for a parallel RLC circuit. The curves look close to what it should ...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Reason for line not plotting?
x = 1:10:100; y = (((20*x+35000)/(70))-1)/x; plot(x,y) I was wondering why the above code does not plot the function...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
DTFT of x[n]
Hi, I have a given a sequence x[n] = [1 2 3 5 6 7]; I'm trying to perform a DTFT on this sequence. I can't seem to find any D...
fast 8 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Controllable, Observable and Jordan or Diagonal Form from Transfer function
Hi, I have the following transfer function: >> num = [2 3]; >> den = [1 3 3 1 0]; >> G = tf(num,den); I was wonderi...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to isolate two variables, Vout and Vin to obtain transfer function
Hi this is my following code: syms Vg Vin Vout Rs ro Rd CGS CGD CDB CL s gm; eq1 = ((Vg-Vin)/Rs) + Vg*s*CGS + (Vg-Vo...
etwa 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Command line beginners help
I'm really new to MATLAB and I keep running into the same problem. In the command line I'll be doing operations and ill lose the...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Starting a new line
Hi I'm really new to MATLAB. My questions is how to a start a new line without executing the code. For example if I have: y =...
mehr als 8 Jahre vor | 1 Antwort | 0