Question


How to specify the input folder location and save output in specified folder
Hi, I have the following code: clc; clear all; close all; filename='tool1.xlsx'; [score, M]=xlsread(file...

ongeveer 8 jaar ago | 1 answer | 0

1

answer

Question


How to save input main folder name as the output filename
Hi, I have a main folder, and inside many sub folders. Each sub-folder contains text files. I want to read the text file, and...

ongeveer 8 jaar ago | 1 answer | 0

1

answer

Question


Remove part of the sring
Hi, I have below table, and I want to remove "pr.", "Tv_" from 2nd column. In my table some of the names (in 2nd column) contai...

ongeveer 8 jaar ago | 1 answer | 0

1

answer

Question


Read multiple text files and extract part of data by name
Hi, I have used the below code to read and extract selected data from text file, I used textscan (to read) and find(~c...

ongeveer 8 jaar ago | 1 answer | 0

1

answer

Question


Read multiple text files and save the data into matrix
Hi I have multiple text files (for example I have attaced here 2 files). I want to read them, and save the data into matrix. ...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


How to write to a cell matrix into csv
Hi, I have a cell matrix (contains numeric values and text). My first row is the column headings. When I write to csv file us...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


how to pivot the table
I have the below table: Table1: Index GroupName RcpName 1 A pr.vf001K 2 C pr.vb002K 3 D p...

meer dan 8 jaar ago | 1 answer | 1

1

answer

Question


How can I remove particular row as defined
I have the folloing table: Tool1 Mek Ar 10.0 40.5 Tool1 Lahi BM2 13.0 89.4 Tool1 Ar Ar 34.0 67.8 ...

meer dan 8 jaar ago | 0 answers | 0

0

answers

Question


How to remove particular row
I have the folloing table: Tool1 Mek Ar 10.0 40.5 Tool1 Lahi BM2 13.0 89.4 Tool1 Ar Ar 34.0 67.8 ...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


Write mutiple matfiles in to one csv
I have the following code: clc; clear all; close all; tic [~,Names_array]=xlsread('HTDNames2.csv...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


How to extract common Group in three countries
I have the following list: Country Group1 Group2 Country1 VG Ge Country1 VA AR Country1 VC VF Country1 VG VF ...

meer dan 8 jaar ago | 0 answers | 0

0

answers

Question


How to get whether the given input pair exist in given stanadrd list or not
I have two tables as below: InputData: A Success B Success D Success E Fail A Success C Fail F Success...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


How to remove particular data
I have the following output Mek Mek Lahi Ar Puni N2 Ar Mek N2 Mek Mek Lahi Lahi Puni Puni BM2 I have ...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


How to store data from second row &second column onwards
I have a matrxi as below: Data 1 2 3 3 4 5 6 7 8 But I have column names (&rows names same as column names) A B C and...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


How to read ranges
Table1 Range Rank 100~90 10 <90~<=80 9 <80~<=70 8 <70~<=60 7 ...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


How to extract the all combinations of array (permutations combinations)
Hi, I have a matrix as below: A Success B Failure C Success A Success B Success C Success I want to co...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


How to read text file
Hi, I have a text file, I want to store the following information: Data1: Information specified below "Additiona...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


How to characterize the curve
Hi, I have four curves (two good & two bad). I want to characterize good and bad (differentiate). How to characterize (or dif...

meer dan 8 jaar ago | 0 answers | 0

0

answers

Question


How set minimum peak height (threshold of peak height)
I have curve with multiple peaks, but I want to set minimum peak height (for example to consider peak only if the peak height >1...

meer dan 8 jaar ago | 1 answer | 0

1

answer