Changeset 23912


Ignore:
Timestamp:
05/09/19 15:40:38 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fix problem with sparse data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/processdata.m

    r21958 r23912  
    2727        [data datatype]=processdata(md,data(1).(F{choice}),options);
    2828end
     29if issparse(data)
     30        data = full(data);
     31end
    2932
    3033%Process NaN if any (do not know before mask is applied)
Note: See TracChangeset for help on using the changeset viewer.