Ignore:
Timestamp:
Aug 29, 2018, 12:39:05 PM (6 years ago)
Author:
sommeria
Message:

reading color images repaired

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/proj_field.m

    r1054 r1057  
    16081608                    XI=ObjectData.Coord(1,1)+(X)*cos(PlaneAngle(2))-YI*sin(PlaneAngle(1));%corresponding coordinates in the original system
    16091609                    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
    16111612                        Coord{1}=linspace(Coord{1}(1),Coord{1}(2),CellInfo{icell}.CoordSize(1));
    16121613                    end
Note: See TracChangeset for help on using the changeset viewer.