%--------------------------------------------------------------------------
% MESH.plot
%--------------------------------------------------------------------------
% Plot a part of a MESH object
%--------------------------------------------------------------------------
% Syntax
%--------------------------------------------------------------------------
plot(ME,label1,coul1,...
labeln,couln)
MESH.plot(ME,label1,coul1,...
labeln,couln)
%--------------------------------------------------------------------------
% Description
%--------------------------------------------------------------------------
% MESH.plot allows to plot a part of a MESH object
%--------------------------------------------------------------------------
% Input arguments
%--------------------------------------------------------------------------
% ME : MESH object
% label1: STRING - label of the physical group to extract
% coul1 : STRING - description of the marker and of the colour
%--------------------------------------------------------------------------
% Output arguments
%--------------------------------------------------------------------------
% N/A
%--------------------------------------------------------------------------
% Example
%--------------------------------------------------------------------------
N/A