Question


how to print column values into column 1
I am trying to print a column that is 281x1 matrix and I keep getting an error message saying that the index exceeds the dimensi...

mer än 10 år ago | 1 answer | 0

1

answer

Question


how to print out rest of data
I have a matrix that is 891x1 and only 361/891 data printed how can i print the rest of the data without it repeating?

mer än 10 år ago | 1 answer | 0

1

answer

Question


how to compile and print data.
I am trying to compile sets of data together and can not figure out how to do it. I have a set of 10 values that correspond t...

mer än 10 år ago | 1 answer | 0

1

answer

Question


how to combine values into one cell in a matrix within a matrix
i have a variable called stored_percentiles which is a 1x361 matrix. Within that matrix is 361 columns is a 11x2 matrix. How do...

nästan 11 år ago | 1 answer | 0

1

answer

Question


how to delete certain rows that contain string
I have the following strings within matrix m: 'batch_167_indication_A12-1_replicate_1' 'batch_167_indication_A12-1_replicate...

nästan 11 år ago | 1 answer | 0

1

answer

Question


how to combine a set of data into one cell
I currently have a matrix 1x361 each column is an 11x2 matrix. How can I print the 11x2 matrix into one cell. for example: ...

nästan 11 år ago | 1 answer | 0

1

answer

Question


deleting part of a string
I have a string that I only want part of how do I get rid of the part I do not need. for example: original new ...

nästan 11 år ago | 3 answers | 0

3

answers

Question


how to load rest of data
I have the following code below: filenames=cellstr(ls([Dir,'\*.mat*'])); %create a cell of all files in the directory named...

nästan 11 år ago | 1 answer | 0

1

answer

Question


How to load a batch file?
I have 2 questions first question. Right now i have a code that is a for loop: filenames=cellstr(ls([Dir,'\*.mat*'])); %creat...

nästan 11 år ago | 0 answers | 0

0

answers

Question


how to remove NaN
I have a m x n cell array. I want to search the 6th column for Nan cells and delete the entire row with the NaN cell. tried: ...

nästan 11 år ago | 2 answers | 0

2

answers

Question


Search and delete row from cell array
I have a m x n cell array. I want to search the 6th column for empty cells and delete the entire row with the emtpy cell.

nästan 11 år ago | 2 answers | 0

2

answers