以下の数値があります。
x = [1,2,3,4,5,y]
ここでyにあてはまる値を数値の傾向などで予測することはできますか?
この場合、誰もがy=6だと思うはずですが
x = [12,31,455,673,812,12,y]
この様に数値がまばらな状況もあります。
わかりずらい質問かもしれませんが、宜しくお願いします。

 Akzeptierte Antwort

madhan ravi
madhan ravi am 12 Feb. 2019

1 Stimme

x=[1:5 NaN];
fillmissing(x,'linear')
% likewise try it for your second example

3 Kommentare

madhan ravi
madhan ravi am 12 Feb. 2019
See https://www.mathworks.com/help/matlab/ref/fillmissing.html for lot of options and adapt the method which satisfies your needs.
qrqr
qrqr am 12 Feb. 2019
Bearbeitet: qrqr am 12 Feb. 2019
Thanks !!
Bat I can't your answer code
Because my MATLAB version "2013b"
So I installed "2018b"
I'm Japanese peopre
Sorry for weird English
madhan ravi
madhan ravi am 12 Feb. 2019
No problem , glad that you upgraded , please don't be sorry ;-)

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu 初等数学 finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2013b

Gefragt:

am 12 Feb. 2019

Kommentiert:

am 12 Feb. 2019

Community Treasure Hunt

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

Start Hunting!