repo.or.cz
/
wrf-fire-matlab.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
testing
[wrf-fire-matlab.git]
/
femwind
/
big.m
blob
b5eefc025b7f1eb445f69710366cc00a08e30310
1
function v=big(A)
2
% v=big(A)
3
% max abs element of nD matrix
4
v=full(max(abs(A(:))));
5
end