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

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

 Risposta accettata

Akiko
Akiko il 28 Gen 2021

0 voti

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

Più risposte (0)

Richiesto:

il 27 Gen 2021

Risposto:

il 28 Gen 2021

Community Treasure Hunt

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

Start Hunting!