摘要:
导入文件中的矩阵
mat = Import["...", "Table"]
转化为向量矩阵(元素为数对)
data = Table[{mat[[i, j]], mat[[i + 128, j]]}, {i, 1, 128}, {j, 1, 128}]
常用的画图命令:
ListStreamPlot[data]
ListVectorPlot[data, VectorPoints -> All/Fin... 阅读全文
posted @ 2013-07-09 19:39
UrChen
阅读(319)
评论(0)
推荐(0)