Skip to content

Commit 79ba89f

Browse files
committed
Matlab: add units for impinging jet profile plots
1 parent af6fbf1 commit 79ba89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/Matlab/scripts/impinging_jet.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132

133133
K(j)=plot(x,Nu_x,style{j}); hold on
134134
end
135-
xlabel('{\itx}','Interpreter',Font_Interpreter,'FontSize',Label_Font_Size)
135+
xlabel('{\itx} (m)','Interpreter',Font_Interpreter,'FontSize',Label_Font_Size)
136136
ylabel('Nu_{Dh}({\itx})','Interpreter',Font_Interpreter,'FontSize',Label_Font_Size)
137137

138138
axis([-.5 .5 0 1000])

0 commit comments

Comments
 (0)