Displaying Smallest Value?
이전 댓글 표시
I have experimental data that I want to match with a database of references. My program will consist of a while loop and calculation of RMSE of Experimental vs Reference A, Exp vs Ref B, Exp vs Ref C,...etc.
What code line(s) should I use to make the while loop choose the reference that has the least RMSE with respect to the experimental data so I can display it?
답변 (1개)
Adam
2016년 12월 16일
doc min
카테고리
도움말 센터 및 File Exchange에서 Chemistry에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!