Skip to content

Commit f8ebb67

Browse files
Colin WillitsColin Willits
authored andcommitted
[MATLAB] add correct units
for axis for periodic_cstr.m sample
1 parent 51364d2 commit f8ebb67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/matlab_experimental/periodic_cstr.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@
109109
plot(tm, y)
110110
legend('H2', 'O2', 'H2O')
111111
title('Mass Fractions')
112+
ylabel('Mass Fractions')
113+
xlabel('Time (s)')
112114

113115
toc
114116
end

0 commit comments

Comments
 (0)