Statistics
RANK
146,942
of 300,584
REPUTATION
0
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 21,030
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 169,723
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
DIR Index exceeds number of array elements
In the script below, I am trying to read-in all of the files in the folder that have the extension '.bmp'. I would then like to...
3 years ago | 1 answer | 0
1
answerQuestion
Why does Deconvblind freeze?
I am trying to run a simple program using the deconvblind command. I have an input blurry image named 'TOFA-003_UV_Cured_Lincol...
5 years ago | 0 answers | 0
0
answersQuestion
String not read correctly
In the code below, for b = 'AGA' the ouput is c = 'S'. Why isn't the output c = 'R'? b = 'AGA'; if b=='UUU' | b=='...
8 years ago | 3 answers | 0
3
answersRead text file lines and analyze
The following code is what I used to read from the data file and determine %GC: fid = fopen('rosalind_gc.txt'); n = 1; ...
8 years ago | 0
| accepted
Question
Read text file lines and analyze
I would appreciate help with reading and analyzing a text file. The text file (rosalind_gc1.txt) is in this format: >Rosal...
8 years ago | 3 answers | 0
