photo

Thomas


Last seen: 7개월 전 2023년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
0 답변

순위
283,375
of 300,392

평판
0

참여
5 질문
0 답변

답변 채택
20.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Fourier series question, in regards to integration and plotting finite sums
f(t) = 1 : 0 <t<pi/2 and 0: -pi/2 <t <0, f(t+pi) = f(t)

7개월 전 | 답변 수: 1 | 0

1

답변

질문


Having problems with integration equations.
syms t v_1 = 90/(1+0.3*t); d_1 = int(v_1,t); a_1 = diff(v_1,t); pretty(d_1) pretty(v_1) pretty(a_1) In this code the d_...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


How can can this code be made more efficient?
% The intial heights, plus gravity and velocity i_h = 0:0.25:95; t_h = 0:0.25:105; g_h = 0:0.25:115; j_h = 0:0.25:125; k_...

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

1

답변

질문


How do I alter the curve of my plot
% Set variables: g is gravity, v is velocity, i_h is initial height, h_f is final height g = 9.81; v = 85; i_h = 0:0.25:95; ...

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

1

답변

질문


How do I fix an array which is incompatible in sizes
Question I'm attempting: *Write a script to determine the velocity components vx and vy as well as the magnitude of the veloci...

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

1

답변