統計
MATLAB Answers
4 質問
0 回答
ランク
of 175,442
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Create an area mask using a shapefile
I am trying to mask my study area using a shapefile But unable to do so. Here is the code that i was trying.. I'll be really gra...
2年以上 前 | 1 件の回答 | 0
1
回答質問
how to clip a domain data from global data?
I am trying to clip South Asia domain (19.25°E-116.25°E,-15.75°S-45.75°N) from a global dataset with 0.5 degree resolution. He...
3年弱 前 | 2 件の回答 | 0
2
回答質問
How to do moving average for x and y data points in a scatter plot?
I have soil moisture (x) data in the first column and correlation(y) data in the second column. I want a moving average line thr...
約3年 前 | 1 件の回答 | 0
1
回答質問
I want to solve this equation for a and b where A and B is a vector data with dimension (1344x1) A=a(B)^b
Here; A = data1 ; B = data2 y = data1; Y = log(y); A = [ones(length(y),1) log(data2)']; X1 = inv(A'*A); X2 = A'.*Y; X =...
約3年 前 | 1 件の回答 | 0
