Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
I want to interpolate from matrix
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have Sca1l(20,40,26) matrix which contains files on the respective axes. I want to find the value of Scall for a single point on the first dimension which is given by C(1,:,jj) and is in the range given by Scall
for jj= length(time)
Sca13=interp1(:,:,jj,Sca1l(:,:,jj),C(1,:,jj) );
end
but can't manage to it ...any help pls.
Thanks in advance for your it
2 comentarios
Respuestas (1)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!