我在Matlab中創建了我自己的函數,我希望能夠像下面那樣顯示它,當我鍵入'lookfor'時。在查找查詢中顯示Matlab函數摘要
>> lookfor mean
mean - Average or mean value.
msfun_metronomean - METRONOMANIMATION S-function for making metronomean animation.
mameannorm - normalizes microarray data by dividing by global mean.
distfcm - Distance measure in fuzzy c-mean clustering.
fcm - Data set clustering using fuzzy c-means clustering.
initfcm - Generate initial fuzzy partition matrix for fuzzy c-means clustering.
stepfcm - One step in fuzzy c-mean clustering.
我聽說它可以直接下函數的聲明中鍵入行完成可以看到下面:
function [outputArgs] = TestFunction(inputArgs)
%TESTFUNCTION Summary of this function goes here
不過我試過這個,它仍然沒有按」 t出現在查找列表中?
任何幫助將不勝感激。
在此先感謝!
您的搜索路徑功能是? 「哪些 - 所有的意思」返回?當我創建一個文件「mean.m」並將其添加到路徑中時,「lookfor mean」可以正常工作。 – StrongBad