photo

Jordi van Selm


Last seen: 대략 1년 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
0 답변

순위
216,507
of 301,229

평판
0

참여
4 질문
0 답변

답변 채택
75.0%

획득한 표
1

순위
 of 21,196

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,512

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


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 ...

대략 3년 전 | 답변 수: 1 | 1

1

답변

질문


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...

대략 3년 전 | 답변 수: 2 | 0

2

답변

질문


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),...

대략 3년 전 | 답변 수: 2 | 0

2

답변

질문


"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...

3년 초과 전 | 답변 수: 1 | 0

1

답변