the meaning of basic matlab words

1 回表示 (過去 30 日間)
Osama Alkurdi
Osama Alkurdi 2020 年 2 月 13 日
コメント済み: Osama Alkurdi 2020 年 2 月 13 日
what is the meaning of 'object' in matlab?
can anyone explain this word in a simple way using an analogy?
  2 件のコメント
Stephen23
Stephen23 2020 年 2 月 13 日
See also earlier question:
@Osama Al-Kurdi: learning these basic OOP concepts by asking random strangers on the internet to explain then to you is going to be a very slow and inefficient way to learn OOP. There are many OOP tutorials online, you should do some.
Osama Alkurdi
Osama Alkurdi 2020 年 2 月 13 日
do you have a link explains all these basics, like a matlab documentation or a youtube channel

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

回答 (1 件)

Jon
Jon 2020 年 2 月 13 日
編集済み: Jon 2020 年 2 月 13 日
Are you familiar at all with "Object Oriented Programming" this is a general approach to software development used in many computer languages including MATLAB, Java, Python. Objects are the basic units of "Object Oriented Programming"
Simply put an object groups together some methods (functions) and parameter values (properties) that are used in performing the methods.
If you are not familiar with "Object Oriented Programming" at all, I would suggest researching this topic and doing some further background reading

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by