Community Profile

photo

Jennifer


Active since 2013

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


Creating a 3D frequency (histogram/bar graph)
If I had 4 3x3 lower triangular matrices like: A = [5 0 0 1 3 0 5 5 5] ...

10 years ago | 0 answers | 0

0

answers

Question


How do I create a new line after every 3 characters in a text file?
If I had a .txt file that has one line as abcdefghijklmnopqrstuvwxyz I would like either to change or create a new .txt...

10 years ago | 1 answer | 0

1

answer

Question


How to generate N number of loops
Input: cell array of characters (e.g. 'IHQ') Each individual character in the array is a variable in the code. For example, ...

10 years ago | 2 answers | 1

2

answers

Question


Storing results from a for loop into a cell array vector
Code so far: C = {'TGC','TGT'}; D = {'ATA','ATC','ATT'}; k = length(C)*length(D); V = cell(k,1); for i=1:length(C) ...

10 years ago | 4 answers | 0

4

answers