Sourav singh
Followers: 0 Following: 0
Statistics
RANK
77,699
of 295,467
REPUTATION
0
CONTRIBUTIONS
9 Questions
1 Answer
ANSWER ACCEPTANCE
44.44%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
not getting legend in the plot and not getting y axis name
sigma=0.047193; V_tip=180; W=180; Cd_avg=0.01; R=2.235; %R1=2.68; Rv=80.529; ...
3 years ago | 0 answers | 0
0
answersQuestion
not getting a plot
MTOW= 242; OEW=141.3119; PAY=60; SFC=0.29/3600; g=9.8; U=[0 5 10 15 20 25 30 35 40]; P=[32.91428 30.8628 26.5554 23.45806 ...
3 years ago | 1 answer | 0
1
answerQuestion
how to divide 2 array
U = [0 10 15 20 25 30 35 40 ]; P = [32.91428 30.8628 26.5554 23.45806 22.92738 24.98139 29.61881 36.97433 47.28429]; U_by_p= U...
3 years ago | 1 answer | 0
1
answerQuestion
not geting the plot and my loop is not working
sigma=0.047193; V_tip=180; W=180; Cd_avg=0.01; R=2.235; Rv=80.529; %rotati...
3 years ago | 2 answers | 0
2
answersQuestion
not getting a plot why? plz help
sigma=0.047193; V_tip=180; W=180; Cd_avg=0.01; R=2.235; k=1.1; A=pi*R.^2; P_e= 61147.4; h=0:100...
3 years ago | 1 answer | 0
1
answerQuestion
not getting plot , why?
for h=0:100:1200 rho = 1.225*((288-0.0065*h)/288)^4.2561; sigma=0.047193; V_tip=180; W=180; Cd_avg=0...
3 years ago | 1 answer | 0
1
answerQuestion
how to call the function and where i should call command window?? or within the niew script(in my code)
function [rho,temp,press]=atmos(h_in,toffset) if nargin<2 toffset=0; end if nargin<1 h_in =0; end dimVarout=false...
3 years ago | 2 answers | 0
2
answersNOT GETTING PLOT , Actually i want a to find out the change in density,temp, pessure with altitude ( standard atmospheric properties). then use the density for other formula. plzz help . standard atmospheric prop. code given by friend,not understand
function [rho,temp,press]=atmos(h_in,toffset) if nargin<2 toffset=0; end if nargin<1 h_in =0; end dimVarout=false...
3 years ago | 0
Question
NOT GETTING PLOT , Actually i want a to find out the change in density,temp, pessure with altitude ( standard atmospheric properties). then use the density for other formula. plzz help . standard atmospheric prop. code given by friend,not understand
function [rho,temp,press]=ceiling(h_in,toffset) if nargin<2 toffset=0; end if nargin<1 h_in =0; end dimVarout=fal...
3 years ago | 2 answers | 0
2
answersQuestion
not getting line in my plot? why
for Vc=0.1:0.1:0.5 V_tip=180 rho=1.225 w=180 sigma=0.047193 Cd_avg=0.01 R=2.235 Rv=80.529 ...
3 years ago | 1 answer | 0