Skip to content

Commit 83a682a

Browse files
authored
Merge pull request #14226 from rmcdermo/master
Matlab: add units for impinging jet profile plots
2 parents af6fbf1 + 79ba89f commit 83a682a

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)