MATLAB – Nick Higham: The Strange Case of the Determinant of a Matrix of 1s and -1s
http://ift.tt/2iQeUJ1
http://ift.tt/2iQeUJ1
Nick Higham
The Strange Case of the Determinant of a Matrix of 1s and -1s
By Nick Higham and Alan Edelman (MIT) In a 2005 talk the second author noted that the MATLAB det function returns an odd integer for a certain 27-by-27 matrix composed of $latex 1$s and $latex -1$s…
matlab中title中字符串换行的办法:
title(['abc','L Range:',num2str(a),'(nm)','~~',num2str(b),'(cm)','B Range:',num2str(c),'(cm)','~~',num2str(d),'(cm)']);
使用元胞数组便可以了:
title({['abc','L Range:',num2str(a),'(nm)','~~',num2str(b),'(cm)'];['B Range:',num2str(c),'(cm)','~~',num2str(d),'(cm)']});
via http://blog.sina.com.cn/s/blog_62f3c4ef01017e5h.html
title(['abc','L Range:',num2str(a),'(nm)','~~',num2str(b),'(cm)','B Range:',num2str(c),'(cm)','~~',num2str(d),'(cm)']);
使用元胞数组便可以了:
title({['abc','L Range:',num2str(a),'(nm)','~~',num2str(b),'(cm)'];['B Range:',num2str(c),'(cm)','~~',num2str(d),'(cm)']});
via http://blog.sina.com.cn/s/blog_62f3c4ef01017e5h.html
Forwarded from IFTTT
#无所不能的MATLAB# 圣诞快乐!送给还没有准备圣诞树的你们~ http://t.cn/RHUKZt8
Media http://ift.tt/2DMrvq0 #无所不能的MATLAB# 圣诞快乐!送给还没有...
Media http://ift.tt/2DMrvq0 #无所不能的MATLAB# 圣诞快乐!送给还没有...
Mathworks
XMas Tree - File Exchange - MATLAB Central
Draws a xmas tree with decorations
Undocumented Matlab: Using SQLite in Matlab
http://ift.tt/2E3pA0q
http://ift.tt/2E3pA0q
Undocumentedmatlab
Using SQLite in Matlab | Undocumented Matlab
SQLite databases can be accessed in a variety of different ways in Matlab.
Undocumented Matlab: Customizing histogram plots
http://ift.tt/2DelOQJ
http://ift.tt/2DelOQJ
Undocumentedmatlab
Customizing histogram plots | Undocumented Matlab
Basic bar charts and histogram plots can be customized in important aspects.