How to look at an instruction with online docs through code in MatLab? - doc , docsearch -- MatLab

 How to look at an instruction with online docs through code in MatLab? - doc , docsearch -- MatLab








How to look at an instruction with online docs through code in MatLab? 
[Ans]
doc
docsearch

[Description]
doc <helpName>

search helpName with online docs.

code
clear
clc
doc help;


fig(a)

code:

 

clear 
clc 
docsearch help; 
fig(b)



Comments

Popular posts from this blog

Built-in Script in MatLab? -- MatLab