When discussing Q&As in MATLAB Answers, we oftentimes need to reference a function in MATLAB Documentation. The process is quite tedious. You need to search the function in Documentation and copy & paste it into Answers. Now, you can simply use the ‘@doc:’ in Answers’ editor to easily reference a function in Documentation.
How does it work?
1) Simply type ‘@’ and you will see the option to add a Doc link. You can also directly type ‘@doc:’.
![](https://www.mathworks.com/matlabcentral/discussions/uploaded_files/11725/image.jpeg)
2) Start typing the function name. You will see a list of choices on the menu.
![](https://www.mathworks.com/matlabcentral/discussions/uploaded_files/11730/image.jpeg)
3)Select the function and a hyperlink to that function's doc page will be automatically inserted.
![](https://www.mathworks.com/matlabcentral/discussions/uploaded_files/11735/image.jpeg)
Give it a try and we hope you like it! Leave a comment if you have any questions or suggestions.