摘要: % Good Node Set Matalb-codefunction [GD] = Goodnode(M,N) % M is the number of points; N is the dimension if (nargin==0) M=100; N=2; end %% tmp1 = [1: 阅读全文
posted @ 2021-05-01 00:33 编码雪人 阅读(4004) 评论(0) 推荐(0)