photo

Ken


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
how to let 'textscan' stop when read an empty line
instead of reading the whole block of data using textscan, I tried to read it into a cell line by line. Textscan will stop when ...

12 years ago | 0

| accepted

Question


how to let 'textscan' stop when read an empty line
I have double quoted csv file: "header1" (descriptions) "A","B","3","A","B","3" "C","B","3","T","B","2" "D","B","3","A",...

12 years ago | 2 answers | 0

2

answers

Question


import a part data from a csv file
I worked on importing csv files for days, but still quite new to Matlab. Sorry for bringing this kind of question again, I did n...

12 years ago | 0 answers | 0

0

answers

Question


cell array converts to matrix, how?
I want to convert cell 'A' to a matrix 'B'. A= columns 1 through 10 {1x1 cell} {1x1 cell} {1x1 cell} {1x1 cell}... c...

12 years ago | 2 answers | 0

2

answers

Question


get error when inputting data from csv file line by line;
Hello! I tried to read a double-quoted csv file. This csv file was not in a good shape. It had multiple headers, blanks lines...

12 years ago | 1 answer | 0

1

answer

Question


how to read complicated CSV files into matlab?
My raw CSV file looks like the 1st pic. And I wants to use Matlab read it into the format as the 2rd pic. I have over 1000 the s...

12 years ago | 2 answers | 0

2

answers

Question


loading a dataset (S=load('file_name'), how?
I have a 512*513 matlab dataset, saved as "file_name.mat". If I use load('file_name'), I can have the dataset loaded as 'data'....

13 years ago | 2 answers | 0

2

answers