mexの例文でどのようにMATLAB変数を取得していますか?
Show older comments
mathworksのmexについての説明で、以下のcコードをmexしますが、
このコードのどこで
T=1;
Y=1:4;
yprime(T,Y)
TとYを取得してるのでしょうか?
著作権がなんやら言ってるのでコードけしました
copyfile(fullfile(matlabroot,'extern','examples','mex','yprime.c'),'.','f')
このyprime.cです。
2 Comments
Yoshio
on 1 Oct 2019
Webで公開されている以外の、製品付属のコードの公開は著作権の侵害となりますので、削除願います。
Accepted Answer
More Answers (0)
Categories
Find more on C MEX ファイル アプリケーション in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!