Cant get makima to work
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MeitiLuk
el 12 de Nov. de 2020
Respondida: Stephan
el 12 de Nov. de 2020
I'm trying to inteprolate my data, with these three functions.
"spline" and "pchip" are borh working.
But the makima function doea not work.
xq1 = 0 :0.5: 20;
s_0k4 = spline(0k4(2,:),0k4(1,:),xq1);
p_0k4 = pchip(0k4(2,:),0k4(1,:),xq1);
m_0k4 = makima(0k4(2,:),0k4(1,:),xq1);
Error: "Undefined function or variable 'makima'."
I'm working with Matlab R2018b
0 comentarios
Respuesta aceptada
Stephan
el 12 de Nov. de 2020
makima was introduced in R2019b - with R2018b it can not work. If possible update your matlab release.
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!