文件名称:matlab转换java代码-MatlabHeaderHtml:将Matlab.m文件转换为.html
文件大小:28KB
文件格式:ZIP
更新时间:2024-06-15 12:25:07
系统开源
matlab转换java代码MatlabHeaderHTML MatlabHeaderHtml解析您的MATLAB .m文件的标头,并将其转换为极简的可浏览html文件。 它是用Java编写的命令行工具。 格式 为了使MatlabHeaderHtml正常工作,.m文件头(即前几行)大多数采用以下格式: % YOUR_FUNCTION One-liner description % % Usage % [out1, out2] = YOUR_FUNCTION(in1, in2) % % Input % in1 (type): brief description of first input % in2 (type): brief description of second input % % Output % out1 (type): brief description of first output % out2 (tyoe): brief description of second output % % Description % Detail description of your
【文件预览】:
MatlabHeaderHtml-master
----.gitignore(15B)
----MatlabHeaderHtml.jar(14KB)
----src()
--------com()
----.classpath(295B)
----.settings()
--------org.eclipse.jdt.core.prefs(587B)
----.project(375B)
----example()
--------code()
--------doc()
----readme.md(1KB)