Matrix multiply with a function
古いコメントを表示
i have two matrix with same columns and rows(matrix a and b). a is depth and b is land use index. each index value has a different equation and it is function of depth. i need to create a third matrix by substituting depth value to the functions.
depth d={2 3 4;7 2 5;1 2 5}
land use l={a b c;b c a;c b a}
a=0.5*depth+3
b=0.78*depth+4
c=0.1*depth+8
I really appreciate your cooperation. Thank you
4 件のコメント
KALYAN ACHARJYA
2019 年 10 月 22 日
Sorry the question is not clear to me?
land use l={a b c;b c a;c b a}
Is this cell array with strings? Use??
Indikatop
2019 年 10 月 22 日
Adam
2019 年 10 月 22 日
Why is this flagged as Unclear? It has an accepted answer.
Andrei Bobrov
2019 年 10 月 22 日
I'm fix :)
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Data Import from MATLAB についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!