What is the Mathworks way to generate Matlab HTML documentation?

后端 未结 3 1015
一个人的身影
一个人的身影 2021-01-31 04:05

I am working on shared Matlab code and we would like to share a generated documentation as searchable HTML documents within our local network.

I know of the following me

3条回答
  •  爱一瞬间的悲伤
    2021-01-31 04:43

    there is an easy way to use publish with a function & it's corresponding inputs. look at publish('test',struct('codeToEvaluate','test(inputs);','showCode',false, )).

提交回复
热议问题