代码搜索:Rotates
找到约 176 项符合「Rotates」的源代码
代码结果 176
www.eeworm.com/read/13911/287291
m givrot.m
function [G] = givrot (x);
%GIVROT
% [G] = givrot (x);
% returns Givens-rotation matrix
% [c -s; s c] which rotates x(2) to zero.
if (x(2) ~= 0),
r = norm (x, 2);
G = 1/r*[x(1) x(2);
www.eeworm.com/read/403922/11506284
html function.swfdisplayitem.rotateto.html
Rotates the object in global coordinates
www.eeworm.com/read/403922/11504426
html function.swfdisplayitem.rotate.html
Rotates in relative coordinates
www.eeworm.com/read/153018/12066719
m maxdia3.m
function [Gv,ORot1,ORot2,ORot3]=maxdia3(G,W,MinRot,ConvLim,Options)
%[Gd,Od1,Od2,Od3]=maxdia3(C,W,[MinRot,[,ConvLim,[Options]]])
%
%This m-file rotates a core to maximum diagonality
%%This algorit
www.eeworm.com/read/178061/9420771
m maxdia3.m
function [Gv,ORot1,ORot2,ORot3]=maxdia3(G,MinRot,ConvLim,Options)
%MAXDIA3 Maximize core diagonality
%
%[Gd,Od1,Od2,Od3]=maxdia3(G,MinRot,ConvLim,Options)
%
%This m-file rotates a core to maximum
www.eeworm.com/read/439686/7702968
m maxdia3.m
function [Gv,ORot1,ORot2,ORot3]=maxdia3(G,MinRot,ConvLim,Options)
%MAXDIA3 Maximize core diagonality
%
%[Gd,Od1,Od2,Od3]=maxdia3(G,MinRot,ConvLim,Options)
%
%This m-file rotates a core to maximum
www.eeworm.com/read/485103/6564281
m maxdia3.m
function [Gv,ORot1,ORot2,ORot3]=maxdia3(G,MinRot,ConvLim,Options)
%MAXDIA3 Maximize core diagonality
%
%[Gd,Od1,Od2,Od3]=maxdia3(G,MinRot,ConvLim,Options)
%
%This m-file rotates a core to maximum
www.eeworm.com/read/153018/12066849
m maxvar3.m
function [Gv,ORot1,ORot2,ORot3]=maxvar3(G,W,MinRot,ConvLim,Options)
%[Gv,Ov1,Ov2,Ov3]=maxvar3(G,W,[MinRot[,ConvLim,[Options]]])
%
%This m-file rotates a core to maximum sq. variance
%This algorith
www.eeworm.com/read/178061/9420850
m maxvar3.m
function [Gv,ORot1,ORot2,ORot3]=maxvar3(G,MinRot,ConvLim,Options)
%MAXVAR3 maximize core squared variance
%
%[Gv,Ov1,Ov2,Ov3]=maxvar3(G,MinRot,ConvLim,Options)
%
%This m-file rotates a core to ma