Excelで自作関数(.mファイル)を実行する
Mostra commenti meno recenti
function x = test(a, b)
x = a + b;
end
上記の関数を.mファイルで自作したとして、
入出力にEXCELのセルを指定し、
ボタン押下で実行させるにはどうすればよいですか?
Risposta accettata
Più risposte (1)
Haruhito Kato
il 3 Giu 2020
0 voti
Categorie
Scopri di più su スプレッドシート in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!