matlab编写dll供c#调用
本帖最后由 遗憾迟香 于 2020-3-9 21:58 编辑有一组数据服从正态分布,想计算任意区间的概率值,现在已经用Math函数库与linq求出了平均数与标准差,就差求不定积分了
请问如何用matlab编写一个dll,供c#调用?
public static extern double Normal(double miu,double sigma,double a,double b);
其中miu为平均数,sigma为标准差,a和b为区间
https://blog.csdn.net/weixin_37212071/article/details/82390796
https://blog.csdn.net/weixin_37212071/article/details/80557014
页:
[1]