Efficient sensor placement optimization
이전 댓글 표시
Hello,
I have this pde model in which i want to put some temperature sensors in the superior face in order to know the temperature in a certain point (the red dot for example). The optimun solution will be covering all the face with sensors but this is non-viable.

So i want to know which coulb be the best algorithm in order to know which is the optimal number and position of the sensors for obtaining the temperature in a certain position.
채택된 답변
추가 답변 (1개)
Ravi Kumar
2019년 7월 2일
0 개 추천
Not sure if I understand your question correctly. Are you referring to location mesh nodes when you say sensor?
My guess is you are looking for interpolation function. Refer to the interpolateTemperature funciton, once you set up and solve you can get the temperature value at any arbitrary location within the domain using the said funciton.
카테고리
도움말 센터 및 File Exchange에서 PDE Solvers에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!