How can I import a data to constant block that into the different simulink model?
    3 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    bayram özmen
 el 30 de Nov. de 2017
  
    
    
    
    
    Comentada: Birdman
      
      
 el 30 de Nov. de 2017
            I have a simulink model that its name is gui. And I want to send two data from gui to simulink model'S constant block. How can I do this?
0 comentarios
Respuesta aceptada
  Birdman
      
      
 el 30 de Nov. de 2017
        You should use set_param command as follows:
set_param('gui/Constant','Value','i')
set_param('gui/Constant1','Value','j')
10 comentarios
Más respuestas (0)
Ver también
Categorías
				Más información sobre Event Functions en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

