Community Profile

photo

Damith


Attivo dal 2014

Statistiche

  • Thankful Level 5

Visualizza badge

Content Feed

Visto da

Domanda


Replace multiple rows by an array
Hi, I need to replace multiple rows of a matrix by one array. For example, c=[1 3 5 2 0] 5 2 9 1 4 2 1 0 6 ...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Reading a text file and rows with data
Hi, I need to read the text file shown in the image below using a MATLAB script.I have tried the code below and I appreciate ...

quasi 8 anni fa | 3 risposte | 0

3

risposte

Domanda


add a constant value for all columns for selected rows
Hi, I need to add a constant value (7000) to a selected rows as identified by the logical array index. But, I want to perform...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Writing an number array in specific format
Hi, How can I write a number array like this below in MATLAB? aa= 1 2 3 5 6 7 9 10 11 13 14 15...upto 10000 Thanks in...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


add dd and mmm and time for matrix
Hi, I have a file like this (see the attached csv file) but I need to include dd mmm yyyy in first column and (arbitrary time...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Dynamically change folders within a folder using MATLAB
Hi, I would like to know whether I can change the folders dynamically within "streamflow_122" folder using MATLAB. I have ov...

circa 8 anni fa | 2 risposte | 0

2

risposte

Domanda


reading a text file by correct date format
Hi, I have a text file like below. How can I read the 2nd column/format to read it using MATLAB. I am having a difficulty is ...

circa 8 anni fa | 2 risposte | 0

2

risposte

Domanda


Add ddmmm to the year column
Hi, I have a matrix "c" has year column and I need to add "31May" in front of each year in the column. So, the resulting arra...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


How to identify dulplicates and keep the one with maximum value
Hi, I need to perform the following using MATLAB. 1) Identify duplicate years in 2nd column and keep the one with maximum...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


problem with converting dates to numbers
Hi, I want to convert the 3 rd column "date" to "numbers" using datanum function in a loop. I have few problems. 1. d...

oltre 8 anni fa | 3 risposte | 0

3

risposte

Domanda


Remove rows/text at the bottom of a csv file
Hi, I have over 2000 csv files and I can read the csv files and store in a cell array. But, all csv files has some text writt...

oltre 8 anni fa | 3 risposte | 0

3

risposte

Domanda


Conversion of dates to a different format
Hi, I need to convert 20110530 (2011 May 30) to 2011150 (which is the 150th day since January 01, 2011). How can i perform th...

oltre 8 anni fa | 3 risposte | 0

3

risposte

Domanda


read an array and output at intervals
Hi, I need to output 'out' as shown below using a MATLAB script. I want every year 106th row to read and output. Following sc...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Difficulty in storing output in a cell array
Hi, I have 3 data matrices (Flow, RowID, and nyears) and need to estimate maximum flow for each year. <</matlabcentral/an...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


Refer columns in data types of two different tables
Hi, I need to to access the 2nd column of each cell of "yearnflow". The code I tried below does not work. Can somebody help ...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Obtain SUM for a 3D matrix
Hi, I have a precip matrix 360 x 280 x 365 and I want to obtain the sum for all the values in (:,:,365). For example, ...

oltre 8 anni fa | 1 risposta | 1

1

risposta

Domanda


Problem reading from a table using MATLAB v14
Hi, Can somebody help me to figure this out to read from table stored as RowID.mat? I simply need to read the second column...

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Read file name to regexp function
Hi, Can somebody help me to modify the code below to obtain the output: matchStr = 'TRMM_1998_01_newntcl.csv str =...

quasi 9 anni fa | 0 risposte | 0

0

risposte

Domanda


Read csv files by regulare expression function
Hi, I have multiple .csv files in the following format from: TRMM_1998_01_newntcl.csv TRMM_1998_02_newntcl.csv ...

quasi 9 anni fa | 2 risposte | 0

2

risposte

Domanda


Read one specific file name
Hi, I have "TRMM_2000_01_01_newntcl.csv" and "TRMM_2000_01_0108_newntcl.csv" files in the same folder. I need to read ONLY "T...

quasi 9 anni fa | 2 risposte | 0

2

risposte

Domanda


define a sequential discrete color map with first color white.
Hi, I need to define a color map with 8 different sequential discrete colors like below. But, the first colot should be whil...

quasi 9 anni fa | 3 risposte | 1

3

risposte

Domanda


Call file names one by one from an array
Hi, I have the _"d"_ array (31x1 struct) which has file names. When I do the following in the command prompt: >> d.nam...

circa 9 anni fa | 3 risposte | 0

3

risposte

Domanda


How to obtain length of number of columns which has data
Hi, I need to loop though the columns in " _mTot_ " and select the columns which has data (for example column 1 and 2). I...

circa 9 anni fa | 2 risposte | 0

2

risposte

Domanda


Using fileparts and combining with a different file name
Hi, I need to strip the file name and extension (TRMM_1998_01_0103_newntcl.csv) to TRMM_1998_01_0103_newntcl and .csv and the...

circa 9 anni fa | 2 risposte | 0

2

risposte

Domanda


Arrange cell matrix and get the sum
Hi, "out" cell matrix has 1x365 cells. I have few questions about dealing with cells. 1) I need to delete cells from 361 t...

circa 9 anni fa | 2 risposte | 0

2

risposte

Domanda


Creating a matrix after giving initial conditions
Hi, I need to create a matrix when given the begin year, month, day, time and end year, month, day and time. for example; ...

circa 9 anni fa | 3 risposte | 0

3

risposte

Domanda


Loop through csv file names and sum columns
Hi, I need to loop through all the files in a folder for file names for year, month and day (for example, TRMM_1998_01_0100_n...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Convert .csv file(s) to netCDF file
Hi, I need to convert the attached .csv file to netCDF file.(I have hundreds of similar .csv files) Is there a way to do in M...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


read table in excel file and save under a different name
Hi, How can I read the table in a excel file with numbers and letters? This is saved as test.xls (see the attachment). Then I...

circa 9 anni fa | 2 risposte | 0

2

risposte

Domanda


Delete rows from and interpolate
Hi, Is there a way to implement in MATLAB to check first row and end row and then select 3 hr intervals rows from column 4 fr...

circa 9 anni fa | 2 risposte | 0

2

risposte

Carica altro