取得した値と作成した数式の近似率、一致度の算出方法
Ältere Kommentare anzeigen
取得した値(Yaw)と自分で作成した数式(下のコードのx2)の近似率もしくは一致率など定量的解析をする方法もしくはコードを教えてください。

if true
% code
end
x2 = 100*square(2*pi*(0.01475)*time(121500:129500));
plot(time(121500:129500),x2,'r-',time(121500:129500),Yaw(121500:129500))
2 Kommentare
michio
am 22 Jan. 2017
MATLAB コード部分の
if true
% code
end
は {}Code ボタンだけを押すと挿入されてしまいますが、記入したコード部分を選択した上で {} を押すと挿入されず、選択部分がコードとして表示されるようになります。下記ページも参考にしてください。
masaki yamate
am 22 Jan. 2017
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Install Products finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!