Excelで自作関数(.mファイル)を実行する
Mostrar comentarios más antiguos
function x = test(a, b)
x = a + b;
end
上記の関数を.mファイルで自作したとして、
入出力にEXCELのセルを指定し、
ボタン押下で実行させるにはどうすればよいですか?
Respuesta aceptada
Más respuestas (1)
Haruhito Kato
el 3 de Jun. de 2020
0 votos
Categorías
Más información sobre スプレッドシート en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!