統計
MATLAB Answers
11 質問
0 回答
ランク
of 170,900
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
convert a html table to csv format
I need to convert the table in the following url to csv format. Since I have to convert many tables, I can't use cope paste. ht...
12年以上 前 | 2 件の回答 | 0
2
回答質問
keeping elements with specific conditions in a matrix
Hello, In matrix A, I need the first value of each column which is not 999. If in any column all values are 999, then I take ...
13年以上 前 | 2 件の回答 | 0
2
回答質問
iterating values of a vector under conditions
I have a for loop to make the elements of vector v. I want to do iteration i+1 only for the elements with zero value in iteratio...
13年以上 前 | 3 件の回答 | 0
3
回答質問
combining information of 2 cells
Hello, I have a reference cell(ref) which contains many postal codes and the corresponding geographic coordinate for each pos...
13年以上 前 | 1 件の回答 | 0
1
回答質問
How to obtain average in a matrix without loop?
In matrix A, I want to create a new column that contains the *yearly average* of the 5th column *for each stations*. The column...
13年以上 前 | 1 件の回答 | 0
1
回答質問
obtaining the average value for a data set
Hello, I have a data set which contains a value for a number of stations during some years (station, date, value). Data for so...
13年以上 前 | 1 件の回答 | 0
1
回答質問
replaceing a specific character in a cell array of strings
I have a cell array of {'12034' '10045' '24000' } I need to replace all the third characters by '.'. so I need {'12.34' '10.4...
13年以上 前 | 1 件の回答 | 0
1
回答質問
replacing the strings with a specific length in a cell
I want to replace the strings with lenght>=3 with 'm' in the second column of the following cell(without using a loop). So I wan...
13年以上 前 | 1 件の回答 | 0
1
回答質問
problem with combining cell contents
I am trying to import some files and then combine them. The following code works well for 2 months(K=2)but not for 3 months(k=3)...
14年弱 前 | 0 件の回答 | 0
0
回答質問
remove rows with certain element in cell arrays
In the following data set, I want to keep only the rows with 'Hourly' element, thus only row 2. I use the following, but it does...
14年弱 前 | 2 件の回答 | 0
2
回答質問
problem with bvp4c
Can anybody help me for the following code? I'm trying to solve a second degree differential equation by bvp4c. I encounter sing...
約14年 前 | 1 件の回答 | 0
