how to access private
    18 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    

0 Kommentare
Antworten (1)
  Steven Lord
    
      
 am 2 Jan. 2023
        As stated in the documentation properties with Access = 'private' "can be accessed only by members of the defining class." You cannot access them outside of methods of that class.
Similarly, methods with Access = 'private' can be called "by class methods only (not from subclasses)". You cannot call them outside other methods of that class.
0 Kommentare
Siehe auch
Kategorien
				Mehr zu Construct and Work with Object Arrays finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

