Excelで自作関数(.mファイル)を実行する
Ältere Kommentare anzeigen
function x = test(a, b)
x = a + b;
end
上記の関数を.mファイルで自作したとして、
入出力にEXCELのセルを指定し、
ボタン押下で実行させるにはどうすればよいですか?
Akzeptierte Antwort
Weitere Antworten (1)
Haruhito Kato
am 3 Jun. 2020
0 Stimmen
Kategorien
Mehr zu スプレッドシート finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!