Skip to content

Commit

Permalink
newline not part of Octave
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrzensk committed Aug 8, 2024
1 parent d68aaf2 commit 01b7bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples_MATLAB/wave2D.m
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

% Plot result
mesh(X, Y, reshape(unew, m+2, n+2))
title(['Elastic membrane with position Verlet \newlineTime = ' num2str(dt*t, '%1.2f')])
title(['Elastic membrane with position Verlet Time = ' num2str(dt*t, '%1.2f')])
xlabel('x')
ylabel('y')
zlabel('z')
Expand Down
2 changes: 1 addition & 1 deletion examples_MATLAB/wave2D_case2.m
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

% Plot results
surf(X, Y, reshape(unew, m+2, n+2), 'EdgeColor', 'none')
title(['2D Wave equation solved with MOLE' '\newlineTime = ' num2str(dt*t, '%1.2f')])
title(['2D Wave equation solved with MOLE, Time = ' num2str(dt*t, '%1.2f')])

colormap winter
colorbar
Expand Down

0 comments on commit 01b7bc9

Please sign in to comment.