add another 67 degree break condition
This commit is contained in:
parent
c9deacfd3c
commit
c39a976ebd
5 changed files with 17 additions and 7 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue