Community Profile

photo

John Daniels


Last seen: 2 years ago Active since 2022

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


fprintf question about column
x=0:0.168:1.68; Y=0:0.015:0.15; nodes=1:1:61; disp('nodes x-position Y-position temperature ') fprintf('%2.2f ...

2 years ago | 1 answer | 0

1

answer

Question


intensity plot x-y plane
M=1.4; %mach speed l=1.68; %length , m t=0.15 ; %thickness, m dx=0.168; %delta x, m dy=0...

2 years ago | 1 answer | 0

1

answer

Question


how to pull correct h into h(i)
M=1.4; %mach speed l=1.68; %length , m t=0.15 ; %thickness, m dx=0.168; %delta x, m dy=0...

2 years ago | 1 answer | 0

1

answer

Question


how to put for loop value into a vector
for x=0.168:0.168:1.68 if x>=0.03 && x<=0.06 h=1.437*x^(-0.279) elseif x>=0.07 && x<=0.83 ...

2 years ago | 1 answer | 0

1

answer