VLOOK UP function in Matlab
显示 更早的评论
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 个评论
Gautam Vallabha
2011-3-29
Do you have the data in MATLAB, in a 64000 x 3 matrix?
Marek
2011-4-20
回答(1 个)
Oleg Komarov
2011-4-20
0 个投票
Use ismember
2 个评论
Marek
2011-4-26
Walter Roberson
2011-4-26
See the documentation, http://www.mathworks.com/help/techdoc/ref/ismember.html
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!