Info
This question is closed. Reopen it to edit or answer.
I want to interpolate from matrix
2 views (last 30 days)
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
Answers (1)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!