Changeset 1068 for trunk/src/plot_field.m
- Timestamp:
- Jul 9, 2019, 10:10:18 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plot_field.m
r1061 r1068 1408 1408 yi=rangy(1):dxy(1):rangy(2); 1409 1409 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 1411 1411 else 1412 1412 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.