Feeds
질문
Outputting list of times and corresponding voltages
Can someone please give me the code to sketch v(t)=5sin3t
대략 8년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0
