photo

FATEMEH


McGill University

自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

11 个提问
0 个回答

排名
110,101
of 300,900

声誉
0

贡献数
11 个提问
0 个回答

回答接受率
54.55%

收到投票数
0

排名
 of 21,106

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,578

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

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...

13 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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...

14 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答