GUI Using user-inputs to search a database
1 回表示 (過去 30 日間)
古いコメントを表示
Hi there,
I am in the middle of trying to create a GUI to allow the good people of Leeds (UK) to see how much power there house can generate if they were to install a wind turbine.
At present, my GUI requests the user inputs their x,y coordinates and the height they're considering the turbine at (hub height).
I have a data table which contains the power that could be generated at a very large number of coordinates and heights.
The data is arranged as columns (id, longitude, latitude, height, power).
I want the user inputs (longitude, latitude and height) to define the row and the GUI to return the corresponding power to those inputs.
It seems quite simple but I can't figure it out at all, any help would be greatly appreciated.
0 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!