Skip to content

Commit

Permalink
fix undefined unary operator
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellmcm27 committed Nov 6, 2018
1 parent 952ba68 commit bc3e09f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added gifs/BW03Y1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions train_model_monthly.m
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@
axis equal
hold on
pcolor([x+B(row)/2*cos(n);x-B(row)/2*cos(n)],...
[y+B(row)/2*sin(n);y-B(row)/2*sin(n)],...
mean(unl.h) + [-H_nb, H_nb]');
[y+B(row)/2*sin(n);y-B(row)/2*sin(n)],...
mean(unl.h) + [-H_nb{mnth}, H_nb{mnth}]');
shading interp
colormap parula
colorbar
Expand Down

0 comments on commit bc3e09f

Please sign in to comment.