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
