photo

ian flanagan


Last seen: 대략 3년 전 2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
123,841
of 301,671

평판
0

참여
7 질문
0 답변

답변 채택
14.29%

획득한 표
0

순위
 of 21,379

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,058

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


projectile motion using switch structure.
height and speed are given by the following equations: h(t)=v0*t*sin(A)-.5*g*t^2 v(t)=sqrt(v0^2 -2*v0*g*t*sin(A)+t^2 *g^2) th...

대략 7년 전 | 답변 수: 0 | 0

0

답변

질문


right triangle area within a certain tolerence
How do I write a matlab code that uses a user defined function to determine the area of all right triangles with sides ranging f...

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

1

답변

질문


How do i write theses equations in matlab?
x''=0.0454((theta')^2)sin(theta)+90.1sin(10t)-90.1x-(cos(theta))[((theta')^2)(-1.363sin(theta)^2 -.5cos(theta))-545.454sin(10t...

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


how do i store the all 100 xmax values for the code
%there are 100 xmax values but it only displays the last xmax value as xmax in the workspace. for w=1:1:100 t=0:0.00...

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

1

답변

질문


how do i store Xmax for this code?
% I want to make a w vs Xmax graph. The script file is attached below. for w=1:1:100 t=0:0.001:10 X=-100*w^-2...

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

1

답변

질문


How do i find max value of a two varible equation?
%equation X=-100*sin(t*omega) omega=1:1:100 t=0:0.001:10

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

1

답변

질문


How do i do a for loop for X=-100sin(t*omega) to find X max
X=-sin(t*omega) t=0:0.001:10 omega=1:1:100 %I want to know the max(X) such that there is 1 max(X) per omega given each time t...

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

1

답변