Feeds
질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 0 | 0
0
답변질문
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년 초과 전 | 답변 수: 3 | 0
3
답변답변 있음
Read 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; ...
Read 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년 초과 전 | 0
| 수락됨
질문
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년 초과 전 | 답변 수: 3 | 0
