STFcat01 (MatLab R2007b)

STFcat01 produces the plot of the PCS catastrophe loss data.

Download File

Click the button to demonstrate a graph view. 
Notice: This content requires Java Runtime Environment.
Java Applet and JavaScript should be allowed on your browser.

Fri, May 04 2012 by Dedy Dwi Prastyo

-


Description: -


clear all
close all
clc
d= load('ncl.dat')
plot(1990+d(:,2),d(:,3)/1e9,'LineWidth',2)
xlabel('Years','fontsize',12)
ylabel('Adjusted PCS catastrophe claims (USD billion)','fontsize',12)