没有合适的资源?快使用搜索试试~ 我知道了~
期权matlab代码-matrix2latex:Python/MATLAB矩阵到LaTeX表转换器,最初由ØysteinBjør...
共51个文件
py:21个
tex:15个
txt:4个
需积分: 5 0 下载量 187 浏览量
2021-05-26
17:07:39
上传
评论
收藏 594KB ZIP 举报
温馨提示
预算matlab代码Matrix2LaTeX 使用Python或MATLAB矩阵并输出LaTeX表,LaTeX矩阵或完整的LaTeX文档(并可以选择调用latex进行编译)。 有许多配置选项可用。 表格的默认输出适合IEEE推荐的标准,并使用乳胶包装书本。 查看更多示例输出和用法。 例子 以下python代码: from matrix2latex import matrix2latex m = [[ 1 , 1 ], [ 2 , 4 ], [ 3 , 9 ]] # python nested list t = matrix2latex ( m ) print ( t ) 或等效的Matlab代码: m = [ 1 , 1 ; 2 , 4 ; 3 , 9 ]; filename = ' ' % do not write to file t = matrix2latex(m, filename) 产生 \begin { table }[ht] \begin { center } \begin { tabular }{cc} \toprule $ 1 $ & $ 1 $ \\ $ 2 $ &
资源推荐
资源详情
资源评论
收起资源包目录
matrix2latex-master.zip (51个子文件)
matrix2latex-master
setup.py 384B
archive
matrix2latexPython-1.0.0.tar.gz 179KB
matrix2latexMatlab-1.0.0.tar.gz 174KB
matrix2latex
__init__.py 1KB
matrix2latex.py 16KB
IOString.py 590B
error.py 1KB
fixEngineeringNotation.py 1KB
pagination.py 4KB
render.py 8KB
archiver.py 2KB
.travis.yml 236B
copying.txt 34KB
doc
compatibleTable.tex 302B
factorial.py 2KB
Makefile 444B
features.tex 598B
doc.tex 2KB
tex
python.tex 14KB
matlab.tex 1KB
introduction.tex 2KB
texPreamble.tex 2KB
table_ohm.tex 295B
facV.tex 619B
test.tex 205B
niceTable.tex 247B
table_ohm2.tex 292B
facT.tex 696B
tmp.tex 182B
doc.pdf 163KB
INSTALL.txt 513B
src_matlab
matrix2latex.m 10KB
fixEngineeringNotation.m 241B
doc_sphinx
index.txt 559B
Makefile 7KB
conf.py 8KB
sphinxext
docscrape_sphinx.py 4KB
numpydoc.py 4KB
ipython_console_highlighting.py 4KB
docscrape.py 14KB
inheritance_diagram.py 13KB
apigen.py 15KB
README.md 2KB
simpleExample.png 3KB
test
testVersionCompatibility.py 2KB
test_util.py 961B
test.tex 5KB
test.py 8KB
README.txt 115B
test.m 7KB
test_syntaxError.py 795B
共 51 条
- 1
资源评论
weixin_38562725
- 粉丝: 3
- 资源: 931
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功