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

 Respuesta aceptada

madhan ravi
madhan ravi el 12 de Feb. de 2019

1 voto

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

3 comentarios

madhan ravi
madhan ravi el 12 de Feb. de 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 el 12 de Feb. de 2019
Editada: qrqr el 12 de Feb. de 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 el 12 de Feb. de 2019
No problem , glad that you upgraded , please don't be sorry ;-)

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 初等数学 en Centro de ayuda y File Exchange.

Productos

Versión

R2013b

Preguntada:

el 12 de Feb. de 2019

Comentada:

el 12 de Feb. de 2019

Community Treasure Hunt

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

Start Hunting!