by using bi linear interpolation
9 ビュー (過去 30 日間)
古いコメントを表示
Let suppose your rollno's first two digites are the X and last 2 digits are Y.i.e if your rollno is 200092 then X=20 and Y=92 . and Q11=120, Q12=90 , Q21= 135 AND Q22=150 find the value of P(X,Y) by using bi-linear interpolation.
1 件のコメント
John D'Errico
2021 年 6 月 24 日
Far too confusingly stated to get any answer that will make any more sense than your question.
Break down any problem that is too complicated to solve for you into simple sub-problems. Solve each one in turn.
Here, that first means figuring out how to extract X and Y from rollno.
Next, you need to learn how to perform bilinear interpolation, since It seems clear you don't understand that. Or learn to use interp2. Or perhaps you really don't want to use bilinear interpolation, you just think you do. We don't know what is the real issue here.
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!