Non inlined S function in a protected model
    5 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
I have a non-inlined S-function in a MDL. I need to create a protected model of this MDL. I am not very experienced with converting a non-inlined S function to an inlined S function. What are my options here to create the Protected model which contains a non-inlined S function inside the MDL.
Thanks
0 Commenti
Risposte (2)
  Guy Rouleau
    
 il 17 Mag 2024
        non-inlined s-funciton are supported in protected model starting in R2021b
0 Commenti
  Kaustubha Govind
    
      
 il 25 Giu 2013
        A protected model cannot use noninlined S-functions directly or indirectly.
So unfortunately, it looks like you must write a TLC to make it an inlined S-function.
Vedere anche
Categorie
				Scopri di più su Simulink Coder in Help Center e File Exchange
			
	Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!