MATLAB读取TECPLOT笛卡尔网格三维流场数据
https://www.cnblogs.com/tonyturtle/p/7845816.html
https://www.cnblogs.com/tonyturtle/p/7845816.html
#FileExchange File Exchange Pick of the Week: Minimizing energy to segment images, or cluster data
http://ift.tt/2ADTeIc
http://ift.tt/2ADTeIc
File Exchange Pick of the Week
Minimizing energy to segment images, or cluster data
Brett's Pick this week is Pottslab - Multilabel segmentation of vectorial data, by Martin.Segmenting images and clustering data are very common challenges, for which MATLAB (and MathWorks Toolboxes) provide numerous solutions. Martin's Potts-energy-based…
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.