i have two simulink files and i have to run and compare the results of both the files at the same time....is it possible to plot both the output in a single plot and how?
    3 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    neelam rawat
 el 27 de Mayo de 2015
  
    
    
    
    
    Comentada: neelam rawat
 el 28 de Mayo de 2015
            two simulation files are of grid connected pv system and i am using two different mppt techniques and want to compare them on the same plot...please help
0 comentarios
Respuesta aceptada
  Murali Krishna
      
 el 27 de Mayo de 2015
        Save the signals of both Simulink files which you want to compare to the workspace (this can be done by going to data history tab of the scopes connected to the signals. Tick save data to workspace and name the variables)
In the command window create a variable with both signals(ex:a={scopedata1,scopedata2};) Use
Simplot(a)
Más respuestas (0)
Ver también
Categorías
				Más información sobre Configure and View Diagnostics 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!

