Changes between Initial Version and Version 1 of Ticket #688
- Timestamp:
- 05/04/16 17:14:21 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #688
- Property Resolution → Fixed
- Property Status new → closed
-
Ticket #688 – Description
initial v1 1 At lines 126:127 for 3D vector fields, we should have 1 At lines 126:127 for 3D vector fields, we should have in '''rotate_vec.m''': 2 2 3 3 {{{ 4 Vout(i,1:Mm )=-UatV(1,2:M ,:).*sin(Vangle(1,1:Mm,:))-...5 Vinp(i,1:Mm,:).*cos(Vangle(1,1:Mm,:));4 Vout(i,1:Mm,:)=-UatV(1,2:M ,:).*sin(Vangle(1,1:Mm,:))- ... 5 Vinp(i,1:Mm,:).*cos(Vangle(1,1:Mm,:)); 6 6 }}} 7 7