Does any one know why the help result does not appear?

조회 수: 5 (최근 30일)
Ameligege
Ameligege 2015년 3월 2일
댓글: Andrew Newell 2015년 3월 4일
I searched about the same thing twice in mat lab help . the first one the result appears now It does not Why??????????????
  댓글 수: 7
Image Analyst
Image Analyst 2015년 3월 4일
Exactly what do you mean by the "help text box"? Is it the "Search Documentation" edit field, like this:
where you click where it says "Search Documentation" and then it will change to be the letters you type? Or do you mean the command line prompt indicated by the >> in the command window?
What does it say when you type in something like plot? Do you see a list of possible matches, like this:

댓글을 달려면 로그인하십시오.

채택된 답변

Stephen23
Stephen23 2015년 3월 4일
편집: Stephen23 2015년 3월 4일
The function knnclassify is part of the Bioinformatics Toolbox. It may be that this toolbox is no longer accessible to you.
  • have you changed computer ?
  • has your MATLAB license changed ?
  • have you changed your MATLAB installation ?
  • has the search path been changed?
For a start, type ver in your command window, and tell us exactly what is printed. If the Bioinformatics Toolbox is not listed, then this is the reason why the help cannot find it.
  댓글 수: 5
Ameligege
Ameligege 2015년 3월 4일
I clicked uninstall matlab from control panel and after a few second I clicked Cancel.
Andrew Newell
Andrew Newell 2015년 3월 4일
In that case, who knows what state your installation is in? Sounds like you should complete the uninstallation and then reinstall MATLAB.

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

Stephen23
Stephen23 2015년 3월 4일
편집: Stephen23 2015년 3월 4일
Lets read that message more closely:
"No results for knnclaasify. Please try again."
This is interesting: the name that you searched for "knnclaasify" is a misspelling of "knnclassify": in particular an s has been swapped for an a.
MATLAB's help, for better or for worse, does not fix spelling mistakes or make suggestions for alternative searches (like many online search engines do). It searches for exactly the word that is typed in the textfield.
  댓글 수: 4
Image Analyst
Image Analyst 2015년 3월 4일
You probably need to uninstall and reinstall to the new location. In general, you usually can't just click and drag a folder (your MATLAB installation folder with the matlab.exe file) to a new location and expect the program (MATLAB) inside the folder to behave like it did before.
Ameligege
Ameligege 2015년 3월 4일
this is screen capture for the result

댓글을 달려면 로그인하십시오.


Image Analyst
Image Analyst 2015년 3월 4일
So you say plot() shows up in the help search box but you said that results don't after you've done it once: "the first one the result appears now It does not" . Very strange.
If you're using Windows, please capture your screen shots using PSR.exe. Type psr into the Start->"Search programs and files" and then run psr. Then do your steps in MATLAB and stop recording and save the screenshots into a zip file, then attach the zip file here with the paper clip icon so we can see screenshot-by-screenshot exactly what you're doing.

카테고리

Help CenterFile Exchange에서 Get Started with Aerospace Blockset에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by