bahman rostami tabar
2011 年からアクティブ
Followers: 0 Following: 0
統計
All
Feeds
解決済み
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
14年弱 前
回答済み
time series 30 year sliding window
you can easily use this code: % where data is your column data vector % m is window length so for your case m=30; Overl...
time series 30 year sliding window
you can easily use this code: % where data is your column data vector % m is window length so for your case m=30; Overl...
約14年 前 | 0
質問
making 3D graph by limiting colors, define colors based on the values of z
I want to make a 3D graph, but I need only three colors according to the value of z. if z<1 gray if z>=1 red if z>1 white I ...
約14年 前 | 2 件の回答 | 1


