Skip to content
Snippets Groups Projects
Commit cb4da6b3 authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

matlab edits

parent e077533c
No related branches found
No related tags found
1 merge request!44Matlab edits
Using nshmp-haz with Matlab
---------------------------
All recent versions of Matlab include a Java runtime environment and it is therefore relatively straightforward to access the nshmp-haz library.
#### Requirements
* Matlab R2013B or higher (nshmp-haz targets Java 7; prior versions of Matlab use Java 6).
* A [build](/usgs/nshmp-haz/wiki/Building-&-Running) of nshmp-haz.
*
\ No newline at end of file
%% nshmp-sha Ground Motion Model explanatory script
%% nshmp-haz Ground Motion Model (GMM) explanatory script
% =========================================================================
% This script describes how to access the ground motion models implemented
% in the nshmp-sha hazard codes. The models are written in Java and require
% little more than to be identified to Matlab to function properly.
% This script provides instruction on how to access the ground motion models
% implemented in the nshmp-haz library. The models are written in Java and
% require little more than to be identified to Matlab to function properly.
% =========================================================================
% Set up:
% (Required) Have the nshmp-sha project cloned somewhere local. The
% (Required) Have the nshmp-haz project cloned somewhere local. The
% instructions below that the project has also been compiled such
% that a 'classes' directory exsists.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment