From: Mike on 26 Mar 2010 21:59 On Mar 27, 8:15 am, Nathan <ngrec...(a)gmail.com> wrote: > On Mar 26, 12:03 am, Mike <sulfate...(a)gmail.com> wrote: > > > Hi > > > In Desktop New Features Video for R2010a, as user types 'num' (at > > 02:54), it pops up a selection window for user to choose 'num2cell', > > 'num2str' ..... etc. > > > How to do this? > > thanks. > > > Mike > > Well, when you type something, you can hit the "tab" key to try to > autocomplete what you are typing. > When typing "num" in the matlab command window, and then hitting > "tab", you will see a list of commands (and possible saved variables) > that start with "num". > This feature also works in the matlab editor. > > If you want to implement this in a Matlab program, that's a different > story. > > For more information on this "tab completion", see:http://blogs.mathworks..com/desktop/2010/03/22/tab-completion-in-the-m... > > I hope that helps. > > -Nathan Thank you very much. That's very wonderful. Mike
First
|
Prev
|
Pages: 1 2 Prev: optimization using lagrange multiplier method Next: Plotting piecewise function |