photo

vasudha jain


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
41,115
of 301,432

REPUTATION
1

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
1

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


how to avoid overwriting of values in 2nd for loop and store all the results?
fid=fopen('test1.tsv'); ftext=textscan(fid, '%s%s%s%s%s%s%s'); chr = ftext(1); ref = ftext{4}; alt = ftext{5};...

8 years ago | 1 answer | 0

1

answer

Question


how to save values from'if' loop?
for j = 1:sz_idx1(1,1) new_idx = idx1(j); alt_i = alt{new_idx}; i...

8 years ago | 2 answers | 1

2

answers

Question


how to count the count of indexes, 'A_T' value?
fid = fopen('testrun.tsv'); ftext= textscan(fid, '%q%q%q%q%q%q'); ref = ftext{4}; siz_ref = size(ref); alt = ftext{5}...

8 years ago | 1 answer | 0

1

answer

Question


error: Index exceeds matrix dimensions
fid = fopen('cDNA_1(1).tsv', 'r'); ftext= textscan(fid, '%q%q%q%q%q%q'); ref = ftext(4); sz_ref = size(ref); ...

8 years ago | 1 answer | 0

1

answer