| MATLAB Function Reference | ![]() |
Syntax
rehash rehashpathrehashtoolboxrehashpathresetrehashtoolboxresetrehashtoolboxcache
Description
當
MATLAB 完成一個命令且回到原來的位置時 ( *****這一段不確定對不對***** ), 表現的和 refresh 指令完成時一樣. rehash rehash
會重新讀取改變的目錄, 更新已知類別的目錄,若是任何函數在載入記憶體時改變了其來源檔案, rehash 將會清除那些已載入的函數.
rehash
和path rehash的功能相同, 除此它會無條條重新讀取所有的非工具箱(nontoolbox)目錄外. 這和 path(path)的行為相同.
rehash
和 toolbox rehash path功能相同, 除外還會無條件重新讀取所有目錄,
也包括了所有工具箱的目錄.
rehash
和 pathreset rehash path功能相同, 除此之外它會強迫 shadowing
functions 去取代所有的 shadowed
functions.
rehash
和toolboxreset rehash toolbox功能相同,除此之外,它還會強迫 shadowing
functions 去取代所有的shadowed
functions .
rehash
產生新的工具箱快取( toolbox cache).
要使用這個指令,你必須先將你系統中的工具箱快取設為可使用的(enable).你也需要對目錄的讀寫的使用權,以便於保有工具葙的快取系統 .toolboxcache
See
Also
|
refresh | release (activex) | ![]() |