Utilities > Plotting > Plot_LoadHistory


Plot_LoadHistory

Purpose

plots uniaxial or biaxial displacement and axial force history in current window

Synopsis

AxHndl = Plot_LoadHistory(DspHst,FrcHst,PlotOpt)

Description

PLOT_LOADHISTORY plots uniaxial or biaxial displacement and axial force history in current window
  AXHNDL = PLOT_LOADHISTORY(DSPHST,FRCHST,PLOTOPT)
  the function plots the uniaxial or biaxial displacement history in the data structure DSPHST
  and the axial force history in the data structure FRCHST in the current window and
  returns the axis handle in AXHNDL;
  DSPHST has one entry for uniaxial and 2 entries for biaxial displacement patterns and
  has the fields Time and Value; FRCHST also has the fields Time and Value;
  the optional argument PLOTOPT is a structure with the following fields:
  PLOTOPT.LnWth  : line width for 2 or 3 plots (default=3)
         .LnStl  : line style sequence for 2 or 3 plots (default='s-','o-','h-')
         .LnClr  : color      sequence for 2 or 3 plots (default='k','b','r') 
         .MrkSz  : marker size for 2 or 3 plots (default=3)
         .MrkClr : marker face color sequence for 2 or 3 plots (default='k','b','r')

Cross-Reference Information

This function calls:

This function is called by: