Excelで自作関数(.mファイル)を実行する
Afficher commentaires plus anciens
function x = test(a, b)
x = a + b;
end
上記の関数を.mファイルで自作したとして、
入出力にEXCELのセルを指定し、
ボタン押下で実行させるにはどうすればよいですか?
Réponse acceptée
Plus de réponses (1)
Haruhito Kato
le 3 Juin 2020
0 votes
Catégories
En savoir plus sur スプレッドシート dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!