提问


How to count continuous appearance of numeric values
Hi, I have below matrix, and I want count (a) what is the maximum count that numerical appeared continuously, (2) total count...

7 years 前 | 2 个回答 | 0

2

个回答

提问


How to match the table
Hi, I have input table and reference table: Input Table: Mek S Lahi S Raju F Ram S Krish F Mek F Ra...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to save command window history
Hi, I put diary(inputpath,'\out.log'), but my diary is on in the begening, and end after end of code. But if my code terminat...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to skip (iteration) empty folders and empty text files
Hi, I have main folder, and many sub-folders. Inside each sub-folders, there are many sub-folders(sub-sub-folders). The sub-s...

7 years 前 | 2 个回答 | 0

2

个回答

提问


How to get the total count of non zero&non NaN elements by column
Hi, I have below Matrix, and I want to get the total count of "non zeor & non nan" elements in each column. My Input: ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to save to different column array
Hi, I have below matrix and I want to save each column into different arrays (or single column matrix) if at least one row exis...

7 years 前 | 3 个回答 | 0

3

个回答

提问


How to calculate the delta
Hi, I have below matrix: 1 3 Signal 6 1 Offset 3 3 5 Deffect 4 0 Offset 6 1 3 Signal 6 1 Offset 3 3 5 S...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to replace the matching cell
Hi, I have the below cell matrix, pass OK Out OK OK Out pass OK Out OK OK Out fail OK Out OK OK Out pass OK...

7 years 前 | 2 个回答 | 0

2

个回答

提问


How to check that the value is within the spec
Hi, I have two tables (1) Data table, (2) Spec Table(includes lower & upper limit). First row shows Variable name (A,B,C,D,E)...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to perform Principal component analysis
Hi, I have 10 variables, and the correlation between each single variable is very poor, so I want to perform the PCA such as ...

7 years 前 | 2 个回答 | 0

2

个回答

提问


How to remove repeating pair
Hi, I have the below table,(my 3rd column is just a Rsquare value) A B 1 N M 1 Y L 1 B A 1 K U 1 L Y...

8 years 前 | 3 个回答 | 0

3

个回答

提问


How to open figure with out matlab
Hi, I have a created a figure in matlab, but I want to open in a system with out matlab. My code is below: umClus...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to use svm regression model to train the part of the data and test rest of the data
Hi, I have below data, and I want to build svm based regression model using part of the data, and test the built model on rest ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to get the count of continuous occurrence of specified name in the table
Hi, I have the below Table: Name5 Name2 Name2 Name1 Name3 Name2 Name2 Name2 Name2 Name5 ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to take a common particular part of string
Hi, I have the below cell array. Please some one help me how to do this. PR.VK0K200E5T00_T123 PR.VBK0K800E3F00_R243 ...

8 years 前 | 2 个回答 | 0

2

个回答

提问


How to reset variables before each iteration
Hi, I have many variables, and I want to reset all variables except two variables before each iteration. Can anyone kindly te...

8 years 前 | 3 个回答 | 0

3

个回答

提问


How to take first three characters of string
Hi, I have the below cell array: MA0K123T0 MB0JHY210I9 AoTkU08 880KE21L PMB456KU0 standard MF0KET9 ...

8 years 前 | 2 个回答 | 0

2

个回答

提问


How to filter unwanted list from total list
Hi, I have two tables 1. Total list, 2. Unwanted list. Now, I want to filter out the unwanted list from total list. The data ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to flush out all variables before each iteration
Hi, I have 100 iterations, 50~100 variables. I want to flush out all variables before each iteration. I am doing now like v...

8 years 前 | 2 个回答 | 0

2

个回答

提问


How to read Multiple CSV files in multiple sub folders
Hi, I want to read multiple csv files in a subfolder(s). I have a main folder, in this main folder many sub folders (here two...

8 years 前 | 3 个回答 | 0

3

个回答

提问


How to find all first records of specified item between each specified case in the table
Hi, I have the below table, and I want to extract all first records (appear first time after calibration) of "End" after each...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to calculate time duration between two time intervals
Hi, I have the following table of time, and I want to calculate the time elapsed between Initial and Final time. Intial ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to extract only alphabets from mixed string
Hi, I have a mixed string as below: string=BA9K90L And I only want to extract alphabets i.e., BAKL. Kindly some one h...

8 years 前 | 2 个回答 | 0

2

个回答

提问


How to read first 5 characters of string
I have the following Table, and I want to perform the following: My input table: Production.K02L260E4Y00 ...

8 years 前 | 2 个回答 | 0

2

个回答

提问


How write to CSV(of column matrix
Hi, I Have a four column matrix.I used cell2csv to write to csv file. By using cell2csv it wrote to only four column with spa...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to delete entire row if any cell of the particular row is empty
Hi, I have the below cell array matrix. Some cells are empty, and I want to delete entire row if any cell is empty(Ex: 2, 3,4)....

8 years 前 | 2 个回答 | 0

2

个回答

提问


Merge all '.xlsx' files in a folder
I have multiple '.xlsx' files in a folder, and I want to merge them all. my input and out folder paths are below: sourc...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Problem of saving time format
I have the following data: Index Time Name 1 2015/2/6 23:34:24 Pr.VBN.12K 2 2015/2/7...

8 years 前 | 0 个回答 | 0

0

个回答

提问


How to calculate time elapsed
Hi, I have two time intervals in the following format: t1=2/4/2016 1:53:19.180 AM t2=2/4/2016 1:54:49.368 AM I want to c...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Error in read text file
I want to read text file, and extract required data. I divided into two sections, function and main. But I am getting error. ...

8 years 前 | 1 个回答 | 0

1

个回答

加载更多