Execute MATLAB function with parameters in .m file from JS

前端 未结 0 1107
北恋
北恋 2020-12-29 05:11

I have a function.m file with the following Matlab function:

function t = operation(a)
t = a*2;
end

I would like to access this function from

相关标签:
回答
  • 消灭零回复
提交回复
热议问题