Extracting user defined data
이전 댓글 표시
When I run the program, it should ask for values of m, y/b ratio. I can provide y/b value as 0.15, 0.23... which the program needs to interpolate and display the answer. Is it possible to create such program?

채택된 답변
추가 답변 (1개)
Jon
2019년 10월 7일
0 개 추천
You can use readmatrix to get the data out of the spreadsheet.
You can use interp2 to do the interpolation.
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!