Community Profile

photo

Sarah


San Jose State University

Last seen: 4 years ago Active since 2013

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


Taking 3-D matrices out of a 4-D matrix
How can I take a 4-D matrix of (for example) size 2000 by 2000 by 3 by 4 and break up the 4-D matrix into 4 separate 3-D matrice...

4 years ago | 2 answers | 0

2

answers

Question


How can I add an additional overall legend for additional data overlaid on a 3x1 subplot, which already has a legend for each of the 3 plots?
I'm working on a script that creates a 3x1 subplot of a variety of data read in from text files. The final plot dynamically cha...

10 years ago | 1 answer | 0

1

answer

Question


How can I automatically assign colors to data that's being dynamically plotted and recycle the colors if there's more data that needs to be plotted?
I'm writing a script that plots data that's been read from a file. The plot is dynamic and what is actually plotted depends on ...

10 years ago | 1 answer | 0

1

answer

Question


How do I create dynamically changing legend entries based on an unknown number of plots?
I'm writing a script that does the following: 1. Reads in data from a file that tells which data will need to be plotted. ...

10 years ago | 2 answers | 0

2

answers

Question


How can I plot multiple data sets from different files all on the same plot?
I'm trying to write a script that does the following: Reads in data from a file _aoi_aware to see which aoi is in use (i.e. whi...

10 years ago | 1 answer | 0

1

answer

Question


How can I remove non unique characters from 2 (or more) character arrays?
I would like help writing a script to remove same characters from three or four different character arrays. I have turned string...

10 years ago | 1 answer | 0

1

answer

Question


How can I open a text file, and then read in the headers of that text file using textread? (Errors 166 and 67)
I'm trying to write a script that allows the user to select a specific text file. Once the user selects the file, the script th...

10 years ago | 1 answer | 0

1

answer

Question


How do I change the x-axis tick marks and grid lines to occur every minute for a plot?
I'm working on a script that plots data against time. The data was read in from a text file, and the times were determined by f...

10 years ago | 2 answers | 0

2

answers