How to make NxN matrix from excel dataset
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ravindu Lokuliyana
el 8 de Nov. de 2018
Comentada: Walter Roberson
el 8 de Nov. de 2018
Hi there,
I got excel dataset which has longitude(1xn)), latitude(1xn) and elevation(1xn) as described in the attached file.
How can I convert elevation dataset into NxN matrix?
Note: Data points are randomly distributed. not in exact order as described in the example.
0 comentarios
Respuesta aceptada
Walter Roberson
el 8 de Nov. de 2018
griddata()
4 comentarios
Walter Roberson
el 8 de Nov. de 2018
Set N to a smaller value, probably not more than about 1500 or so.
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Import from MATLAB 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!