Community Profile

photo

andrew


2013 年からアクティブ

統計

  • Thankful Level 3

バッジを表示

Content Feed

表示方法

質問


How to print information based on ids in another column?
I have a list of ids in one column and color in the 2nd column. how do i print information based on the id. if you scan through...

10年弱 前 | 1 件の回答 | 0

1

回答

質問


How to merge cells together?
How do I merge cells together and separate each cell with a ';'?

10年弱 前 | 2 件の回答 | 0

2

回答

質問


how to find a string within a filename?
I have a list of filenames and want to search for specific strings within the filenames and have them printed horizontally separ...

10年弱 前 | 3 件の回答 | 0

3

回答

質問


how to extract information from subfolders
I was able to produce the following code that is able to get the folders within a specific folder: files = dir(C:\Users\abc...

約10年 前 | 1 件の回答 | 0

1

回答

質問


How to create general linear model fit?
I created the following scatter plot: gscatter(new_data.Income,new_data.ObesityRate,new_data.race,'bgrkm','osx*+',... ...

約10年 前 | 1 件の回答 | 0

1

回答

質問


How to loop through a folder?
I currently have 24 folders within a folder and I was wondering if it was possible to loop through the 24 folders and extract in...

約10年 前 | 3 件の回答 | 3

3

回答

質問


How to create a legend with multiple plots?
The following code is what I used to plot my graphs h1=plot(exp(Xs),exp(Yest),'-b','LineWidth',2); hold on h2=plot(...

約10年 前 | 2 件の回答 | 0

2

回答

質問


how to repeat specific rows?
I have a cell array and would like to repeat certain rows. how do I do this?

約10年 前 | 1 件の回答 | 0

1

回答

質問


How to repeat a cell?
I have a cell array and I would like to search for a specific string in the cell array and repeat that cell. for example my ...

約10年 前 | 1 件の回答 | 0

1

回答

質問


How to change data into something else?
I have a set of data {1-001,1-002,1-003....1-054} how do I take the data and produce something like this {1-N1,1-T1,1-N2,1-T2,1-...

約10年 前 | 1 件の回答 | 0

1

回答

質問


How do I reshape a dataset?
I have a 288x35 dataset, how do I make it into 35x288?

約10年 前 | 2 件の回答 | 0

2

回答

質問


how to combine 2 columns together?
I would like to combine 2 columns together with a , in between the columns. for example column 1 has 0% and column 2 has 1.0 a...

約10年 前 | 2 件の回答 | 0

2

回答

質問


how to sort rows
I have a dataset with the following in a column with data * (1,A1) * (1,B1) * (1,C1) * (1,A2) * (1,B2) * (1,C2) * (1,A3...

約10年 前 | 2 件の回答 | 0

2

回答

質問


how to get data from location?
I have the following dataset * Loc||Quad|| value * 1 ||a|| 1 * 2 ||b|| 2 * 3 ||a|| 3 * 4 ||a|| 1 ...

約10年 前 | 0 件の回答 | 0

0

回答

質問


how to loop through matrix?
I have a 184x32 matrix, I would like to write a loop to print out the first 8 rows then skip the next 8 rows. for example * A...

約10年 前 | 1 件の回答 | 0

1

回答

質問


how to remove odds from a dataset
have a dataset that contains a1,a2,a3,a4,a5,b1,b2,b3,b4,b5..etc how do I delete the odds so it can only have a2, a4, b2, b4 etc....

約10年 前 | 1 件の回答 | 0

1

回答

質問


How to loop through a dataset and skip every other row?
I have a dataset and would like to create a loop to skip every other row and get the data pertaining to that data. for example: ...

約10年 前 | 2 件の回答 | 0

2

回答

質問


how do i take a 384x32 matrix and make it to a 32x384 matrix?
how do i take a 384x32 matrix and make it to a 32x384 matrix?

約10年 前 | 2 件の回答 | 0

2

回答

質問


how to make a 8x12 matrix into a 96x1 matrix?
I have a 8x12 matrix and would like to convert it to a 96x1 matrix how do I do this?

10年以上 前 | 1 件の回答 | 0

1

回答

質問


How to transpose a row into a column?
I have a 384x32 matrix and I would like to transpose it so that the row is a column corresponding to the values on the row for e...

10年以上 前 | 3 件の回答 | 0

3

回答

質問


How to expand cell array?
I have a cell array that contains T1-001, T2-001, T1-002, T2-002....T2-058. I am trying to expand the cell array 192x but I woul...

10年以上 前 | 0 件の回答 | 0

0

回答

質問


how to expand cell array?
I have a cell array that contains T1-001, T2-001, T1-002, T2-002....T2-058. I am trying to expand the cell array 368x but I woul...

10年以上 前 | 2 件の回答 | 0

2

回答

質問


how do i sort cell array
I was wondering how can I sort a cell array. I have a cell array that contains 'T1-001'to 'T1-058' and 'T2-001 to T2-058' and ...

10年以上 前 | 3 件の回答 | 0

3

回答

質問


how to match data with 3 differnt datasets with different data sizes
I currently have 2 sets of data and I am trying to find a match based off of it's name. For example in data1 it contains apple, ...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


how to expand a matrix size
I have a data with a matrix size of 258x1 and I need it to be how 6204x1 matrix. How do I expand the matrix to become a 6204x1 m...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


how to find match using strfind from 2 different dataset sizes
I currently have 2 sets of data and I am trying to find a match based off of it's name. For example in data1 it contains apple, ...

10年以上 前 | 2 件の回答 | 0

2

回答

質問


how to search and match
i have 4 columns currently and I am using strfind to help find a string and print out the corresponding values . for example, ...

10年以上 前 | 0 件の回答 | 0

0

回答

質問


how to use strcmp within the same column
i am trying to figure out how to use strcmp within the same column for example: in a column called col 2 which contains a,a,a...

10年以上 前 | 2 件の回答 | 0

2

回答

質問


how to concatnate cells within a column
i have a column of cells that i would like to group/concatnate into one row for example: Carboplatin & pemetrexed maintena...

10年以上 前 | 2 件の回答 | 0

2

回答

質問


how do i print the list corresponding to different column
I have 2 matrixes (280x1) and (3970x1). I keep getting an error message saying index exceeds matrix. How do I print newfile2 to...

10年以上 前 | 0 件の回答 | 0

0

回答

さらに読み込む