引数なしの関数を作成する方法

呼び出すと関数内のプログラムを実行するだけの関数を作成したいのですが、
調べてみると、引数があるバージョンしかヒットしなかったので教えてほしいです。
よろしくお願いします。

 Respuesta aceptada

Akiko
Akiko el 28 de En. de 2021

0 votos

以下のページの "出力引数 (オプション)", "入力引数 (オプション)"にも記載されているように、出力や入力がない場合、省略することができます。
こんな感じです。
function myFunction
....
end

Más respuestas (0)

Preguntada:

el 27 de En. de 2021

Respondida:

el 28 de En. de 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!