文件名称:mod_mex:带有 MATLAB API 接口声明的 FORTRAN 90 模块-matlab开发
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-21 05:11:27
matlab
子程序 mexfunction(nlhs, plhs, nrhs, prhs) 使用 mod_mat ! 合并和使用 MATLAB 数据(mat* subs/functions)。 使用 mod_mx ! 创建和操作 MATLAB 数组(mx* 子/函数)。 使用 mod_mex ! 在 MATLAB 环境中执行操作(mex* subs/functions)。 使用 mod_eng ! 调用 MATLAB 软件(eng* subs/functions)。 隐式无#include "fintrf.h" 整数*4 :: nlhs, nrhs mwPointer :: plhs(nlhs), prhs(nrhs) ! (……) 结束子程序 mexfunction
【文件预览】:
mod_mex.zip