Publishing Options in Online Matlab
19 views (last 30 days)
Show older comments
How can you edit publishing options in the online version of Matlab (for example to specifify whether to evaluate the code or not for functions)? I know it can be done via the inline command "publish" and setting the options input - but is there not a more straightforward gui online like there is for the standalone application? Thanks.
0 Comments
Answers (1)
Utkarsh Belwal
on 1 Sep 2020
As of now there is no GUI for editing the publishing options in MATLAB online as compared to the standalone version, there are only buttons for publishing in HTML or PDF directly. If you want to change other options, then you should use the publish function in command line with required options. Look into the documentation of publish command for more information.
DISCLAIMER: These are my own views and in no way depict those of MathWorks.
0 Comments
See Also
Categories
Find more on Startup and Shutdown 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!