Publish functionality in other languages?

1 回表示 (過去 30 日間)
Aleexsan Adal
Aleexsan Adal 2017 年 5 月 15 日
回答済み: Yeshwanth Devara 2017 年 5 月 18 日
MATLAB's publish functionality is great - it splits up the script and separates the inputs from the outputs. Is there any parallel program or app for publishing for other languages? For example, what if I wanted to publish a C++ script with the output of some function calls/objects in a similar format as MATLAB's publish functionality?
None of the other automatic documentation I've come across (Doxygen, etc) is nearly as nice as the publish feature in MATLAB.

回答 (1 件)

Yeshwanth Devara
Yeshwanth Devara 2017 年 5 月 18 日
Publishing in MATLAB is currently limited to MATLAB code only (M-files that contain MATLAB functions or scripts).
Code from other languages can be included as basic text inserted and formatted with Markup, but there is no way to process and display output from function calls or objects. See the documentation page below for formatting options with Publishing Markup:

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by