Questions regarding Classdef - functions

2 views (last 30 days)
DM
DM on 4 May 2015
Commented: per isakson on 6 May 2015
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

Answers (0)

Categories

Find more on Data Type Identification in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!