• 将数据转化为GMS数据格式

    输入数据格式为按照XYZ大小顺序排序的值,而GMS的数据是行列层的形式,本程序就是将输入数据转化为GMS格式的数据

    0
    178
    616B
    2019-04-22
    16
  • matlab执行带参数的exe文件

    matlab执行带参数的exe文件,其中函数foo为 function [x,y]=foo(z); if ischar(z) z=str2num(z);%由于参数传递都是字符形式,这里必须将其转为数值型 else z=z; end x=2*z; % Omit the semicolon after calculation to display the value on the screen y=z^2; disp(y) % Use DISP command to display the value of a variable explicitly

    0
    3370
    98B
    2018-08-18
    50
  • matlab将数据转化为tecplot输入文件格式

    matlab代码,将数据格式转化为tecplot可识别的输入数据文件。tecplot是工程绘图软件,其输入数据有一定的格式要求,本程序适用于任何容量的数据,包括大数据。简单方便快捷,一键生成。

    5
    2923
    1KB
    2018-08-14
    47
  • 矩阵欧式距离矩阵

    计算多个点之间的欧式距离,结果为矩阵形式,MATLB编程

    0
    2215
    422B
    2018-04-01
    14
关注 私信
上传资源赚积分or赚钱