Excelで自作関数(.mファイル)を実行する
Show older comments
function x = test(a, b)
x = a + b;
end
上記の関数を.mファイルで自作したとして、
入出力にEXCELのセルを指定し、
ボタン押下で実行させるにはどうすればよいですか?
Accepted Answer
More Answers (1)
Haruhito Kato
on 3 Jun 2020
0 votes
Categories
Find more on スプレッドシート in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!