MATLAB: Difference between revisions
From BAWiki
imported>Brodhagen Tabea m (added link to display_percentiles) |
imported>Brodhagen Tabea m (added entry for display_hovmoller) |
||
Line 10: | Line 10: | ||
* [[INSPECT_CONTROL_VOLUMES|inspect_control_volumes]]: time series visualization of aggregated transport quantities (generated by [[NCAGGREGATE]]). | * [[INSPECT_CONTROL_VOLUMES|inspect_control_volumes]]: time series visualization of aggregated transport quantities (generated by [[NCAGGREGATE]]). | ||
* [[DISPLAY_PERCENTILES|display_percentiles]]: Calculates and plots different statistical values (mean, median, minimum. maximum and percentiles) based on profile-oriented data (i.e. the output of [[XTRDATA]]). | * [[DISPLAY_PERCENTILES|display_percentiles]]: Calculates and plots different statistical values (mean, median, minimum. maximum and percentiles) based on profile-oriented data (i.e. the output of [[XTRDATA]]). | ||
*[[DISPLAY_HOVMOLLER|display_hovmoller]]: Displays profile-oriented data (like the output of [XTRDATA]]) as a Hovmöller diagram, i.e. with the spatial dimension on the x-axis and the time dimension on the y-axis. | |||
* [[QUICKPLOT|quickplot]]: Interactive visualisation including animation of numerical data. | * [[QUICKPLOT|quickplot]]: Interactive visualisation including animation of numerical data. | ||
* [[MATLABFIGVIEWER|matlabfigviewer]]: Viewer for files in the Matlab Figure format (*.fig) with no licensed Matlab installed. The viewer offers the possibility to change some figure properties e.g. size, line width, font size. | * [[MATLABFIGVIEWER|matlabfigviewer]]: Viewer for files in the Matlab Figure format (*.fig) with no licensed Matlab installed. The viewer offers the possibility to change some figure properties e.g. size, line width, font size. |
Revision as of 09:16, 2 August 2016
MATLAB is a software system to solve technical as well as scientific problems. An overview of the potential MATLAB applications is given on MATLAB products.
Stand Alone Applications at the BAW
Since November 2013 compiled MATLAB executables are available at the BAW-DH, both for Linux and Windows systems. A MATLAB Compiler Runtime (MCR) has to be installed on the local machine. A MATLAB license is not necessary.
- create_simple_untrim2_grid: create a simple computational grid for UNTRIM2.
- display_control_volumes: tabular representation of spatially and temporally aggregated fluxes (generated by NCANALYSE).
- inspect_control_volumes: time series visualization of aggregated transport quantities (generated by NCAGGREGATE).
- display_percentiles: Calculates and plots different statistical values (mean, median, minimum. maximum and percentiles) based on profile-oriented data (i.e. the output of XTRDATA).
- display_hovmoller: Displays profile-oriented data (like the output of [XTRDATA]]) as a Hovmöller diagram, i.e. with the spatial dimension on the x-axis and the time dimension on the y-axis.
- quickplot: Interactive visualisation including animation of numerical data.
- matlabfigviewer: Viewer for files in the Matlab Figure format (*.fig) with no licensed Matlab installed. The viewer offers the possibility to change some figure properties e.g. size, line width, font size.
- TTpegel: Analysis of high as well as low water time series data for gauge stations..
- taylordiagram: Visualization of standard deviation, correlaiton, pattern root mean square error (PRMS) (calculated by program NCDELTA) in a Taylor-Diagram and description of the model-observation-comparison in a tabular form.
External Links
In the following you can find some links referencing oceanographic and estuarine applications, as well as MATLAB programming style:
- OpenEarth Wiki for MATLAB (Deltares);
- MATLAB Tools for Oceanographic Analysis (Woods Hole Science Center);
- A thematic data portal to sattelite-derived ocean surface properties (NASA);
- MATLAB programming style (Deltares).
back to Standard-Software-Applications (Add-ons)