Ignore:
Timestamp:
Jul 9, 2019, 10:10:18 AM (5 years ago)
Author:
sommeria
Message:

replicate updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_field.m

    r1061 r1068  
    14081408    yi=rangy(1):dxy(1):rangy(2);
    14091409    A=griddata(vec_X,vec_Y,vec_A,xi,yi');
    1410     A=reshape(A,length(yi),length(xi));
     1410    A=reshape(A,length(yi),length(xi));total
    14111411else
    14121412    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.