Community Profile

photo

Gabriel Felix


Last seen: 8 months ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How can I fit my data to an inverse tangent function?
This site has a useful complete guide to tangent/arctangent curve fitting. It uses python,though. However it had success using a...

9 months ago | 0

Answered
Textscan with blocks of data with headers to individual block
I had to use \n at the end of each line. Without it I couldn't make textscan() work properly, even thoug the "HeaderLines" was c...

4 years ago | 0

Answered
Skipping the column header from textread
I had to use \n at the end of each line. Without it I couldn't make textscan() work properly, even thoug the "HeaderLines" was c...

4 years ago | 0

Answered
Using TEXTSCAN to import an ASCII file with a header and blank lines between different data sets
I had to use \n at the end of each line. Without it I couldn't make textscan() work properly, even thoug the "HeaderLines" was c...

4 years ago | 0

Answered
How do I determine the number of headerlines in a text document?
I had to use \n at the end of each line. Without it I couldn't make textscan() work properly, even thoug the "HeaderLines" was c...

4 years ago | 0

Answered
Is there more than 1 way to acount for header lines while using TEXTSCAN?
I had to use \n at the end of each line. Without it I couldn't make textscan() work properly, even thoug the "HeaderLines" was c...

4 years ago | 0

Answered
reading header line from text file
I had to use \n at the end of each line. Without it I couldn't make textscan() work properly, even thoug the "HeaderLines" was c...

4 years ago | 0

Answered
How do I specify the number of header lines using TEXTSCAN to read a file that has multiple blocks of data, each with its own header, in MATLAB 7.3 (R2006b)?
I had to use \n at the end of each line. Without it I couldn't make textscan() work properly, even thoug the "HeaderLines" was c...

4 years ago | 1