Does any one know why the help result does not appear?
Show older comments
I searched about the same thing twice in mat lab help . the first one the result appears now It does not Why??????????????
7 Comments
Ameligege
on 3 Mar 2015
Adam
on 3 Mar 2015
You need to phrase a more specific question. How is anybody supposed to understand what you are asking given how you have phrased it? You haven't told us what happens or exactly what you did. Do you mean you opened the Help browser within Matlab or typed
doc somethingOrOther
at the command line?
Ameligege
on 4 Mar 2015
Andrew Newell
on 4 Mar 2015
Ameligege, do you get an answer if you type
which knnclassify
in the command window?
Image Analyst
on 4 Mar 2015
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:

Ameligege
on 4 Mar 2015
Accepted Answer
More Answers (2)
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 Comments
Ameligege
on 4 Mar 2015
Ameligege
on 4 Mar 2015
Image Analyst
on 4 Mar 2015
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
on 4 Mar 2015
Image Analyst
on 4 Mar 2015
0 votes
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.
Categories
Find more on Get Started with Aerospace Blockset in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!