引数なしの関数を作成する方法
59 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
呼び出すと関数内のプログラムを実行するだけの関数を作成したいのですが、
調べてみると、引数があるバージョンしかヒットしなかったので教えてほしいです。
よろしくお願いします。
0 commentaires
Réponse acceptée
Akiko
le 28 Jan 2021
以下のページの "出力引数 (オプション)", "入力引数 (オプション)"にも記載されているように、出力や入力がない場合、省略することができます。
こんな感じです。
function myFunction
....
end
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!