フィルターのクリア

how to call a function can you help me ?

1 回表示 (過去 30 日間)
sarp karayegen
sarp karayegen 2020 年 5 月 22 日
編集済み: SayedPedram Hosseini 2020 年 5 月 22 日
calling a function
  1 件のコメント
James Tursa
James Tursa 2020 年 5 月 22 日
Using its name will call it as long as it is visible to the caller.
x = 5;
sind(x) will call the sind function
cosd(x) will call the cosd function
etc.

サインインしてコメントする。

回答 (1 件)

SayedPedram Hosseini
SayedPedram Hosseini 2020 年 5 月 22 日
編集済み: SayedPedram Hosseini 2020 年 5 月 22 日
if you mean a standard function, then type it in the search toolbar (in matlab window top right) and you can find the inputs and other options for using this function. If you mean your self defined fuction, then you've got to define it at the end of your script. For that, search for "function" in the searchbar and you find out, what and how you've got to define.
it would be better if you gave the name of the function you meant, but hope this general explanation helps.

カテゴリ

Help Center および File ExchangeHolidays / Seasons についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by