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.
Undocumented Matlab: Customizing axes tick labels
http://ift.tt/2DCqWCQ
http://ift.tt/2DCqWCQ
Undocumentedmatlab
Customizing axes tick labels | Undocumented Matlab
Multiple customizations can be applied to tick labels.