How can I extract specific data?
    5 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Chris
 el 6 de Sept. de 2022
  
    
    
    
    
    Respondida: Walter Roberson
      
      
 el 6 de Sept. de 2022
            There are 7300*1 matrix of daily temperatures.
Would you please tell me how can I get summer temperatures (June to August)?
0 comentarios
Respuesta aceptada
  Walter Roberson
      
      
 el 6 de Sept. de 2022
        We already pointed you to https://www.mathworks.com/matlabcentral/answers/1793805-how-can-i-get-precipitation-data-only-for-summer-june-august-for-30-years?s_tid=srchtitle
If you need to, adjust there is ismember() the month column against the appropriate representation of the months you are interested in.
ismember(t.Month,{'June','July'})
for example.
0 comentarios
Más respuestas (0)
Ver también
Categorías
				Más información sobre Logical 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!

