Statistik
4 Fragen
0 Antworten
RANG
215.188
of 301.229
REPUTATION
0
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
25.0%
ERHALTENE STIMMEN
0
RANG
of 21.196
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 173.512
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 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Outputting list of times and corresponding voltages
Can someone please give me the code to sketch v(t)=5sin3t
etwa 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Generate data points and file from written program
t = linspace(0, 3, 200); i = 6 * cos((2 * pi * t) -15); v = 12 * sin((2 * pi * t) - 45); plot(t, i); hold on; p...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Plot two functions on graph
i(t)=6cos((2*pi*t)-15) And v(t)=12sin((2*pi*t)-45)) plot on same graph, should include approx 2 full cycles.
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Sketching function for V(t)
How do I sketch this function v(t)=10e^(-4t)cos(40pit/5) to output a list of times and corresponding voltages? The plot should b...
etwa 8 Jahre vor | 2 Antworten | 0
