필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

writing out the least square expression

조회 수: 2 (최근 30일)
mark wentink
mark wentink 2012년 6월 14일
마감: MATLAB Answer Bot 2021년 8월 20일
Heya, I am trying to find some variables through the least squares method.
X^2 = SUM(( ( I(i) - I(a,b,K,T(i)))^2 )/Sigma(i)^2).
I am however not sure how to declare my variables. I have my experimental data I(i), my standard deviation Sigma(i) and T(i). But I want Matlab to use the same a, b, K for each iteration. And give a, b, K for which X^2 is minimised.
Could someone point me towards a function/the right syntax, and tell me how I should define the variables and constants?
Thanks a lot, Mark

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by