Ignore:
Timestamp:
Mar 31, 2021, 3:32:03 PM (3 years ago)
Author:
sommeria
Message:

reading mat files added, +-fixed,OpenDAP improved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_field.m

    r1094 r1095  
    14261426    yi=rangy(1):dxy(1):rangy(2);
    14271427    A=griddata(vec_X,vec_Y,vec_A,xi,yi');
    1428     A=reshape(A,length(yi),length(xi));total
     1428    A=reshape(A,length(yi),length(xi));
    14291429else
    14301430    x=vec_X(1:index(1));% the set of abscissa (obtained on the first line)
Note: See TracChangeset for help on using the changeset viewer.