I am not able to use set_param to change type_options for system mask parameter
    9 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Aryan Sharma
 il 16 Giu 2020
  
    
    
    
    
    Modificato: Aryan Sharma
 il 16 Giu 2020
            I am using following code
set_param(sub,'p','TypeOptions',{'1','2','3'})
I am not able do it this way, Is there any possible way to change options using set_param?
0 Commenti
Risposta accettata
  Ashish Azad
      
 il 16 Giu 2020
        Using set_param we can only change the value of a parameter.
In this instance you should use parameter object and dot operator to chnage the value
The syntax is as follows:
paramObj.TypeOptions= {'1','2','3'};
0 Commenti
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Author Block Masks in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

