How do I manage the Model configuration parameters when using variant with several system targets ?
    3 views (last 30 days)
  
       Show older comments
    
    cedric manoury
 on 27 Jul 2022
  
    
    
    
    
    Commented: cedric manoury
 on 4 Aug 2022
            My objective is to be able to generate the code of a model to several system targets. 
By using variant subsystems, I'm able to select the target's specific blocks but not the model configuration parameters. 
Is there a way?
0 Comments
Accepted Answer
  Fangjun Jiang
      
      
 on 27 Jul 2022
        You can have multiple model configuration sets saved with the model and switch them. It can be done manully or through API.
5 Comments
  Fangjun Jiang
      
      
 on 29 Jul 2022
				Indeed, I didn't find a way to link them, not even some type of callback to use the API to switch model configuration.
If you are using later versions, please consider the "sim codegen switching" for "variant conrol mode". You might be able to switch codegen target directly in variants.
R2017b is too old. It doesn't have this capability.
Search "sim codegen switching" at this link
More Answers (0)
See Also
Categories
				Find more on Component-Based Modeling in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!