4 % Stiff (
#validStiffP1) matrices.
7 % save :
set to
true to save figures in image directory.
8 % percent : value
for resizing the figure (only png format). See #
SaveFigure
12 % \image html images/
validMassP1.png "figure : Mass order validation"
13 % - validMassWP1() figure
14 % \image html images/validMassWP1.png "figure : MassW order validation"
15 % - validStiffP1() figure
16 % \image html images/validStiffP1.png "figure : Stiff order validation"
19 % #validMassP1, #validMassWP1, #validStiffP1, #SaveFigure
21 % OptFEM2DP1 [V1.1] - Copyright (C) 2013 CJS (LAGA)
23 % This file is part of OptFEM2DP1.
24 % OptFEM2DP1 is free software: you can redistribute it and/or modify
25 % it under the terms of the GNU General Public License as published by
26 % the Free Software Foundation, either version 3 of the License, or
27 % (at your option) any later version.
29 % OptFEM2DP1 is distributed in the hope that it will be useful,
30 % but WITHOUT ANY WARRANTY; without even the implied warranty of
31 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32 % GNU General Public License
for more details.
34 % You should have received a copy of the GNU General Public License
35 % along with
this program. If
not, see <http:
41 p=p.addParamValue('save', false, @islogical );
42 p=p.addParamValue('percent', 50 , @(t) ((t>0)&&(t<=100)) );
43 p=p.parse(varargin{:});
45 p.addParamValue(
'save',
false, @islogical );
46 p.addParamValue(
'percent', 50 , @(t) ((t>0)&&(t<=100)) );
56 SaveFigure(p.Results.save,'validMassWP1',p.Results.percent)
59 SaveFigure(p.Results.save,'validStiffP1',p.Results.percent)