I want to interpolate from matrix
Info
This question is closed. Reopen it to edit or answer.
Show older comments
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 Comments
Azzi Abdelmalek
on 20 Oct 2012
I think it's not clear
Ede gerlderlands
on 20 Oct 2012
Edited: Ede gerlderlands
on 20 Oct 2012
Answers (1)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!