Sourav singh
Followers: 0 Following: 0
Feeds
提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0
2
个回答已回答
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]=atmos(h_in,toffset) if nargin<2 toffset=0; end if nargin<1 h_in =0; end dimVarout=false...
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]=atmos(h_in,toffset) if nargin<2 toffset=0; end if nargin<1 h_in =0; end dimVarout=false...
3 years 前 | 0
提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0