Statistics
RANK
74,494
of 302,048
REPUTATION
0
CONTRIBUTIONS
2 Questions
4 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,516
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 178,475
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...
12 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...
12 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); ...
12 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; ...
12 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? ...
12 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); ...
12 years ago | 6 answers | 0