2012-11-14 74 views

回答

2
  1. 下載http://library.wolfram.com/infocenter/MathSource/7655/ zip文件。從上面的文件夾Applications$UserBaseDirectory,例如下
  2. 提取AutomaticUnits C:\Users\me\AppData\Roaming\Mathematica\Applications\

    In[1]:= $UserBaseDirectory 
    Out[1]= C:\Users\me\AppData\Roaming\Mathematica 
    

    所以現在它看起來像這樣在我的Windows

    Explorer with new package

  3. 從數學

    Needs["AutomaticUnits`"] 
    ?AutomaticUnits`* 
    

    這是結果

    ​​

+0

非常感謝!我會在一秒鐘之內嘗試一下,因爲我在安裝文件夾中移動這些文件,所以重新安裝。 文檔中的鏈接是否正常工作? – TehHO