VLOOK UP function in Matlab
Mostrar comentarios más antiguos
Hi,
dealing with one solution. Being an excel user jumping to matlab. Problkem statement: Having excel table defined by 3 columns (Temperature, solar irradiation, absolute humidity). Each column represents around 64000 values. I need script (in excel it is vlookup func.)to find and write corect absolute humidity regarding defined 1)Temperature 2)solar irradiation. If 1,2 wouldnt match requirements defined, finding the closest value.
Cheers!
marek
2 comentarios
Gautam Vallabha
el 29 de Mzo. de 2011
Do you have the data in MATLAB, in a 64000 x 3 matrix?
Marek
el 20 de Abr. de 2011
Respuestas (1)
Oleg Komarov
el 20 de Abr. de 2011
0 votos
Use ismember
2 comentarios
Marek
el 26 de Abr. de 2011
Walter Roberson
el 26 de Abr. de 2011
See the documentation, http://www.mathworks.com/help/techdoc/ref/ismember.html
Categorías
Más información sobre MATLAB 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!