Extracting data from excel spreadsheet
Mostrar comentarios más antiguos
I am working on a project where I have temperature values at different depths over a time range. As depth increases, there are dates with unavailable data. I am trying to write a script that extracts the lowest (zero depth) and the highest depth temperatures for each day. I would appreciate help with a script to addres this. A smaller sample of the spreadsheet is attached.
Respuesta aceptada
Más respuestas (1)
darova
el 11 de Oct. de 2019
0 votos
Use xlsread to read data
Use surf to display it
Categorías
Más información sobre Spreadsheets en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!