readme

来自「这是几何代数的matlab工具包」· 代码 · 共 45 行

TXT
45
字号
% GABLE, Copyright (c) 1999, University of Amsterdam% Copying, use and development for non-commercial purposes permitted.%          All rights for commercial use reserved; for more information%          contact Leo Dorst (leo@wins.uva.nl).%%          This software is unsupported.This is a test version of GABLE.  Please report any problems orcomments to	leo@wins.uva.nl, smann@uwaterloo.caGABLE is a Matlab toolkit for geometric algebra.  Documentation for GABLE is available at    http://www.wins.uva.nl/~leo/clifford/gable.html    http://www.cgl.uwaterloo.ca/~smann/gable.htmlGABLE runs with Matlab 5.2, Matlab 5.3, and Matlab 6.1.To install GABLE, untar or unzip it in a directory calledgable.  Then add the full path to this directory (including'gable') to your Matlab path with the 'addpath' command.====================================================================Changes from version 1.2 to version 1.3	1. Fixed name in GAdemo	2. Fixed frames to work with all signatures	3. Fixed smallinverse for non-Euclidean signatures	4. Added DrawPoint.m	5. Fixed divide by zero bug in GAorbiter (when run on VERY	   slow machines).====================================================================Changes from version 1.1 to version 1.2	1. GAorbit has been removed from the tutorial and replaced		by GAorbiter.	2. The behaviour of GAorbiter has been changed to take		total angle and time of rotation as optional		arguments.	3. A bug was fixed in GAdual.	4. Added GAtilt command.	5. Changed GAprompt to allow for mouse clicks.	6. Changed DrawPolygon/DrawPolyline to handle zero		vectors.	7. Changed GAtext to return a handle to allow you to		delete, etc., the text.====================================================================

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?