matlab linear algebra example
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
The resistance of a metal follows the following relationship: R = a + bT + cT2
Determine parameter values, a, b, and c, using the following the two data sets.
T (K) 300 400 600
R (Ohms) 15.0 21.1 36.0
댓글 수: 2
M.Many
2020년 11월 28일
Plot the values, and go to "Basic fitting" in the "Tools" tab.
Walter Roberson
2020년 11월 28일
polyfit()
답변 (0개)
이 질문은 마감되었습니다.
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!