the meaning of basic matlab words
1 view (last 30 days)
Show older comments
what is the meaning of 'object' in matlab?
can anyone explain this word in a simple way using an analogy?
Answers (1)
Jon
on 13 Feb 2020
Edited: Jon
on 13 Feb 2020
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
0 Comments
See Also
Categories
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!