MATLAB: How to get the proactive help on Matlab

helpMATLABproactive

In Matlab Online the program tells helps tips while you write code. (Small help box/bubble under the active area.) The downloaded (windows) version of Matlab R2018A doesn't have this feature. (at least for me) How do I turn it on?
Thank you! Tommi

Best Answer

@Tommi Karhinen: installed MATLAB has several ways to get help/tips while typing:
"To complete names in the Command Window or Editor, type the first few characters of the name you want to complete, and then press the Tab key. Use the arrow keys to select the name you want, and then press the Tab key again."
To get function inputs write the function name and the first parenthesis, then pause for a second (or press ctrl+f1) and you will get a pop-up like this:
Read more: