add another 67 degree break condition

This commit is contained in:
dino.celebic 2026-01-26 17:24:33 +01:00
commit c39a976ebd
5 changed files with 17 additions and 7 deletions

View file

@ -23,6 +23,7 @@ h = patch('Faces', ia, 'Vertices', xc, 'FaceVertexCData', v, ...
axis equal tight;
colorbar;
colormap(jet);
caxis([18 85]);
title('Heat distribution');
waitfor(h) % wait for closing the figure