Statistik
4 Fragen
0 Antworten
RANG
216.507
of 301.261
REPUTATION
0
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
75.0%
ERHALTENE STIMMEN
1
RANG
of 21.209
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 173.690
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
pendulum with air resistance in simulink
I'm trying to recreate a pendulum wave through a scope in simulink. Consider the following formula: with g = 9.81 (gravity ...
etwa 3 Jahre vor | 1 Antwort | 1
1
AntwortFrage
vpasolve gives me only 1 x-value of intersection
I would like to get all 4 points of intersection on the domain -2 < x < 2, but my code is only giving me only 1 value ( exp(x^2...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Error: Too many functions when plotting series
x=[0:pi/100:2*pi]; figure; syms k; syms f(x); S1 = symsum((1/k)*sin(k*x),k,1,Inf); S2 = symsum((1/(2*k-1))*sin((2*k-1)*x),...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
"Matrix dimensions must agree" when trying to plot the sum of a sin function
x=[-pi:pi/100:2*pi] figure for n=20 m = (1:n).'; s2 = sin((2*m-1)*x)/(2*m-1); plot(x,s2, 'displayname', "\alp...
mehr als 3 Jahre vor | 1 Antwort | 0
