Questions regarding Classdef - functions
显示 更早的评论
I have come across the following terms/functions when exploring a class builtin MATLAB and I would like to understand the code behind the class and not just use it blindly. Below are some of the things I couldnt understand.
1- properties (Nontunable)
2- matlab.system.StringSet
3- function set.SampleRate(obj, Rs)
4- if isa
5-methods(Access = protected)
6- matlab.system.display.Section
7- matlab.system.display.internal.Property
Can anyone please help me understand in few words what does each one mean?
Thanks
1 个评论
per isakson
2015-5-6
Search the documentation. Here is a start
- 4-   isa, Determine if input is object of specified class
- 3-   Property Set Methods
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Create System Objects 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!