Community Profile

photo

k5jyw153vcxb


Loyola University Chicago

Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Comparing two scatterplot matrices
I have these two 39x2 matrices that each form a similar grid when plotted. I would like a way to compare the differences between...

8 years ago | 0 answers | 0

0

answers

Question


How can I fill between two curves, one color for when the test curve is above and a different color when it is below?
I'm hoping my aspirations for plotting aren't too ambitious for what MATLAB can handle. This is what I'm plotting right now. fi...

8 years ago | 3 answers | 0

3

answers

Question


Input a range of numbers with strings as well
Here is what I use right now: m = input('Number? '); for ind = length(m):-1:1 filename = ['Data#' num2str(m(ind...

8 years ago | 1 answer | 0

1

answer

Question


Is it possible to iterate over a cell of strings in order to create new variables?
I have to do the same thing for several sets of strings so I would like to make a for loop if I could. would it be possible for...

8 years ago | 2 answers | 0

2

answers