sippi_plot_prior

  sippi_plot_prior Plot a 'model', i.e. a realization of the prior model
 
 
  Call :
    sippi_plot_prior(prior,m,im_array);
 
    prior : Matlab structure for SIPPI prior model
    m : Matlab structure for SIPPI realization
    im_array : integer array of type of models to plot (typically 1)
 
 
  Example
    m=sippi_prior(prior);
    sippi_plot_prior(prior,m);
 
    m=sippi_prior(prior);
    sippi_plot_prior(prior,m,2);
 
  See also sippi_plot_prior, sippi_prior