cell output of function
    2 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Thor
 el 19 de Abr. de 2014
  
    
    
    
    
    Comentada: Thor
 el 19 de Abr. de 2014
            I have a function that returns a cell, but i only need what is stored in that cell saved to D. Is there a nice way of doing this ?
An ugly solution would be:
D = fDurations(I);
D = D{1};
Could i do this in a single line ?
2 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
				Más información sobre Get Started with MATLAB en Help Center y File Exchange.
			
	Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

