How to find corresponding row positions of specific values in a matrix?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Parthu P
el 28 de Oct. de 2019
Comentada: Parthu P
el 28 de Oct. de 2019
Hi,
I have matrix A (365x42) with mean daily temperature for 42 years and matrix B (1x42) with lowest daily temperature in each year derived from matrix A using B = min(A).
I want another matrix C (1x42) with corresponding row positions (in each column of matrix A) of values in matrix B.
Thank you!
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical 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!