Ignore:
Timestamp:
12/05/19 16:49:51 (5 years ago)
Author:
Eric.Larour
Message:

CHG: added histogram_bin_uncertain variable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/qmu/uniform_uncertain.m

    r13646 r24436  
    151151            scale=[];
    152152        end
     153                function [abscissas] =prop_abscissas(hbu) % {{{
     154            abscissas=[];
     155        end % }}}
     156        function [counts] =prop_counts(hbu) % {{{
     157            counts=[];
     158        end % }}}
     159        function [pairs_per_variable] =prop_pairs_per_variable(hbu) % {{{
     160                        pairs_per_variable=[];
     161        end % }}}
     162
    153163    end
    154164
Note: See TracChangeset for help on using the changeset viewer.