Community Profile

photo

FATEMEH


McGill University

Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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

11 years ago | 2 answers | 0

2

answers

Question


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

11 years ago | 2 answers | 0

2

answers

Question


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

11 years ago | 3 answers | 0

3

answers

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

12 years ago | 1 answer | 0

1

answer

Question


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

12 years ago | 1 answer | 0

1

answer

Question


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

12 years ago | 0 answers | 0

0

answers

Question


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

12 years ago | 2 answers | 0

2

answers

Question


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

12 years ago | 1 answer | 0

1

answer