How to know total time taken by a solver to converge the system completely.
    3 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Sandy
 el 26 de Mzo. de 2016
  
    
    
    
    
    Comentada: Sandy
 el 31 de Mzo. de 2016
            Hello Simulink user, I am running simulink model through matlab m file and I am interested to know the total simulations time taken by different solver. ( total actual time which a solver takes to converge the model). Any suggestions will be greatly appreciated Thanks!
0 comentarios
Respuesta aceptada
  dave1987
 el 26 de Mzo. de 2016
        Hey Sandy is this what you where looking for?
tic
sim('yourSimulinkModel.mdl')
time = toc
Más respuestas (0)
Ver también
Categorías
				Más información sobre General Applications 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!

