Feeds
提问
Outputting list of times and corresponding voltages
Can someone please give me the code to sketch v(t)=5sin3t
8 years 前 | 2 个回答 | 0
2
个回答提问
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...
8 years 前 | 1 个回答 | 0
1
个回答提问
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.
8 years 前 | 1 个回答 | 0
1
个回答提问
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...
8 years 前 | 2 个回答 | 0
