Statistics
RANK
235,720
of 302,089
REPUTATION
0
CONTRIBUTIONS
2 Questions
4 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,539
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 178,760
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
please i want to know where is the mistake in the this code
Part 1: Range and Time of Flight of a Cannonball >> [R,tof] = Q1_STNO(v,theta); >>G=9.81; >>R=Q1_0123456(v,th...
13 years ago | 1 answer | 0
1
answerplease i want to know where is the mistake in the this code
[vmin,vmax] = Q3_STNO(X,W); vmin=Q3_0123456(X,W); vmin=[x,y,range] = trajectoryInAir(0.1,0.5); vmax=[x,y,range] = traje...
13 years ago | 0
please i want to know where is the mistake in the this code
[hMaxAir,hMaxVac] = Q2_STNO(v,theta); [x,y,range] = trajectoryInAir(v,theta); [x,y,range] = trajectoryInAir(100,40); ...
13 years ago | 0
please i want to know where is the mistake in the this code
function f = Q1_0123456(v,theta) [R,ToF] = Q1_STNO(v,theta); g=9.81; R=Q1_0123456(v,theta); R=(v^2)*sin(2*theta)/g; ...
13 years ago | 0
please i want to know where is the mistake in the this code
thanks alot guys that you answer me what iam looking for where is the launch angle and is the acceleration due to gravity? ...
13 years ago | 0
Question
please i want to know where is the mistake in the this code
[R,tof] = Q1_STNO(v,theta); G=9.81; R=Q1_0123456(v,theta); R=(v^2)*sin(2*theta)/g; tof=Q1_0123456(v,theta); ...
13 years ago | 6 answers | 0