Changeset 1057 for trunk/src/proj_field.m
- Timestamp:
- Aug 29, 2018, 12:39:05 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/proj_field.m
r1054 r1057 1608 1608 XI=ObjectData.Coord(1,1)+(X)*cos(PlaneAngle(2))-YI*sin(PlaneAngle(1));%corresponding coordinates in the original system 1609 1609 YI=ObjectData.Coord(1,2)+(X)*sin(PlaneAngle(2))+YI*cos(PlaneAngle(1)); 1610 if numel(Coord{1})==2% x coordiante defiend by its bounds, get the whole set 1610 1611 if numel(Coord{1})==2% x coordinate defined by its bounds, get the whole set 1611 1612 Coord{1}=linspace(Coord{1}(1),Coord{1}(2),CellInfo{icell}.CoordSize(1)); 1612 1613 end
Note: See TracChangeset
for help on using the changeset viewer.