Community Profile

photo

chocho


nwpu/shaanxi/xi'an/china

Last seen: 4 years 前 自 2017 起处于活动状态

统计数据

  • First Review
  • Thankful Level 4

查看徽章

Content Feed

排序方式:

提问


How to calaculate This standard deviation correction factor in Matlab?
Hello guys, i want to normalize my dta matrix by using the below formula. could anyone help me to write the approriate piece ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


how to open such files "File B -ASCII" saved from MATLAB?
Hi guys, A text file saved from MATLAB like this "save ./source_file/Results B -ASCII" how it can be open using which softwar...

4 years 前 | 1 个回答 | 0

1

个回答

提问


how to extract some specific rows and columns with their corresponding values from a text file with rows and column headers?
Hello guys, I have a text file with 219 rows and 12586 columns and with row and column headers. i want to read this textfile...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to write a cell array of mixed strings and integers into a text file?
Hello guys, I have a cell array of 700 rows and 2 columns, The first column have a mixed of strings and integer values like t...

5 years 前 | 2 个回答 | 0

2

个回答

提问


How to count the number of elements of a cell having string and integers?
Hello guys, I have a cell array of strings and integer elements as shown here: 'POLR3D,SNAPC5' 'HIST3H2BB,HIST3H2BB' 'TFAM' ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to compare 5 cell arrays and get their contents in one cell array?
Hello gyus, I have a cell array of size 600*1 and 4 cell arrays: cell1(361*2), cell2(376*2), cell3(362*2) and cell4(351*2). c...

5 years 前 | 1 个回答 | 0

1

个回答

提问


how to sum the elements of the same row in a cell array?
Hello guys, I ave a cell array of 1450 rows and 2 columns(1450*2) Some rows in column 1 are repeated but with different conte...

5 years 前 | 2 个回答 | 0

2

个回答

提问


What's the difference between Lasso function and glmnet function???
Hello guys, Could anyone plz explain for me what's the difference between lasso function and glmnet function ? I tried both i...

5 years 前 | 0 个回答 | 0

0

个回答

提问


how to install glmnet package in Matlab?
Hello guys, i want to use the glmnet functin wich included in glmnet package. i downloaded this package but i don't know how to...

5 years 前 | 2 个回答 | 0

2

个回答

提问


How to reformat this text input-file into this output_file?
*Hello guys,* Anyone can help me to reformat this input text file into this corresponding output file. More specifically,...

5 years 前 | 0 个回答 | 0

0

个回答

提问


How to compare the rows of small file with rows of large cell?
Hello guys, I want to compare the rows of 2 cells [cell1(627*1) and cell2 (126300*6)], and if they are equal get the columns of ...

5 years 前 | 2 个回答 | 0

2

个回答

提问


How to compare the content of 2 cells and get the content from cell1 column1?
hello guys, i have 2 cells and i want to compare cell1 (of size 172*1) column1 with cell2 (of size 30644*2) column2. If they ar...

6 years 前 | 2 个回答 | 0

2

个回答

提问


How to add row and column labels to matrix?
Hello guys, I have a *matrix* of size _135*135_ and a *cell array* of type strings size _135*1_ I want to add this cell array...

6 years 前 | 3 个回答 | 1

3

个回答

提问


how to write this data into a text file?
Hello guys, I have written this data into a text file by the format of this textfile has a wrong format [rowstg2,cols...

6 years 前 | 1 个回答 | 0

1

个回答

提问


how to compare every pair of rows and return a matrix?
Hello guys, I have a matrix of 135 rows and 2 columns and I want to compare every two pairs of rows based on their overlapped el...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How and when we can use the cross validation to divide a data set?
Hello guys, could anyone plz explain to me how we can use cross-validation to divide a dataset into Training and Testing sets fo...

6 years 前 | 0 个回答 | 0

0

个回答

提问


how to divide a data set randomly into training and testing data set?
Hello guys, I have a dataset of a matrix of size 399*6 type double and I want to divide it randomly into 2 subsets training and ...

6 years 前 | 9 个回答 | 1

9

个回答

提问


How to convert the contents of a cell array into specific numbers?
Hi guys, I wrote this code to convert the columns 1 and 2 of my cell array into specific numbers as mentioned in the code but no...

6 years 前 | 2 个回答 | 0

2

个回答

提问


How to delete 'NA' columns from a text file?
Hi guys, I have a text file which has 7 rows and 499 columns and in some columns, there are 'NA' How can i delete them? ...

6 years 前 | 2 个回答 | 0

2

个回答

提问


how to compare between multiple text files with same columns but different rows?
Dear all, I have 5 text files with 13 columns but different rows. How could i compare those files to check if they have some...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to remove the unconnected nodes from an adjacency matrix?
Dear all, I have an adjacency matrix(n*n) of 1's and 0's extracted from an unweighted and undirected graph, my goal is to re...

7 years 前 | 0 个回答 | 0

0

个回答

提问


is there any function available to calculate graph neighbors in Matlab R2012a??
Dear all, Given a list of nodes(nodes.txt) and a list of edges between a thousand of nodes (graph.txt). could anyone help m...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Why Markov clustering algorithm produced NaN ?
I have a graph of 67 nodes and 60 edges and want to cluster it using MCL (Markov Cluster) method. i got the adjacency matrix of ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to get the adjacency matrix from a cell array of strings?
Hi friends, I'm so sorry for asking multiple questions in a short time. i have this cell array of size(60*2), and i want to get...

7 years 前 | 2 个回答 | 0

2

个回答

提问


remove duplicated rows from a cell array ?
Hi Friends, I have used this piece of code to remove duplicated pairs of rows from a cell array but it produces an error. Could...

7 years 前 | 2 个回答 | 0

2

个回答

提问


how to remove rows have ' - ' in their columns?
Hi Friends, i have a cell array of size (37080*2) and i want to delete the rows have '-' in column 1 or 2. cell={'gif','ghf'...

7 years 前 | 1 个回答 | 0

1

个回答

提问


how to compare the elements of 2 cell arrays and get their rows from cell2?
Hi Friends, I have 2 cell arrays cell1(1*1) and cell2(1*2) I want to compare the elements of cell1 with cell2 and when all the ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


what's the best model in lasso function outputs?
Hi friends, i run this code on MATLAB with 10 fold cross-validation and with alpha=0.5 because i applied elastic net and it prod...

7 years 前 | 0 个回答 | 0

0

个回答

提问


How to set a threshold based on the values of an array vector ?
hi experts, I want to set a threshold based on the percentage of values in an array vector(320*1), Thus the value with the highe...

7 years 前 | 1 个回答 | 0

1

个回答

提问


what's wrong in this save command : save ./file1/FILE B -ASCII ?
Hi, guys, I have used this command to save FILE as text-file, but sadly i got this error. i google it and checked many source co...

7 years 前 | 0 个回答 | 0

0

个回答

加载更多