GDXMRWPlotting01.gms : GDXMRW examples for plotting

Description

This program is mainly a placeholder for the files:
do_ehl.m
do_plot.m
ehl_kost.gms
ngon.gms
plotngon.m
seepress.m
simple.gms

Intended use: interactive Matlab session

Contributor: Steve Dirkse


Category : GAMS Data Utilities library


Main file : GDXMRWPlotting01.gms   includes :  GDXMRWPlotting01.gms  do_plot.m  simple.gms  do_ehl.m  seepress.m  ehl_kost.gms  plotngon.m  ngon.gms

$ontext

This program is mainly a placeholder for the files:
do_ehl.m
do_plot.m
ehl_kost.gms
ngon.gms
plotngon.m
seepress.m
simple.gms

Intended use: interactive Matlab session

Contributor: Steve Dirkse

$offtext

$log
$log This model links to the GDXMRW examples that deal with plotting
$log You can run the drivers interactively from Matlab:
$log  >> do_plot
$log  >> do_ehl
$log  >> plotngon
$log

*Run do_plot
$set WHICH which
$if not %system.filesys% == UNIX $set WHICH where
$call %WHICH% matlab
$ifThen errorLevel 1
$clearError
$abort.noerror 'Matlab is not available!';
$else
$call.Async matlab -r do_plot -nosplash -nodisplay
$endIf