Statistics
3 Questions
0 Answers
RANK
263,708
of 301,432
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,280
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,555
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
I am writing a program for lateral- direction motion of an airvraft using Runga Kutta 4th order method.
at the time of compilation i am facing following error. Array indices must be positive integers or logical values. Error i...
3 years ago | 3 answers | 0
3
answersQuestion
I am solving the gross weight of airplane but in the end there are two equation which needs to verify for getting nearest possible value. What should be the logic for that?
%%Comercial Aircraft Fuel Weight Estimation clc clear all close all %Engine Startup and take off w1byw0=input('Enter the ...
4 years ago | 1 answer | 0
1
answerQuestion
i have an equation w=(1000/(1-x-w)) where user has already given the value of x now i want to decide the value of w in such a way that it satisfied the equation x=0.9w^-0.07.
clc w0=2; wfbyw0=0.631; wexp=input('Expandable wt:'); wnexp=input('Non-Expandable wt:'); x=wexp+wnexp; for w0=10000:100000...
4 years ago | 0 answers | 0