photo

mcl1993


Active since 2016

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Saving a figure as PDF with latex font
I am using the commands set(0,'defaultaxesfontname', 'CMU Serif'); set(0,'defaulttextfontname', 'CMU Serif'); to set the...

6 years ago | 0 answers | 0

0

answers

Question


How to set all the font in a matlab plot to latex font (CMU Serif Roman)
Using - if true set(0,'DefaultTextInterpreter','latex') set(0,'DefaultLegendInterpreter','latex') end - sets the font ...

7 years ago | 0 answers | 0

0

answers

Question


Finding the largest difference between any two pixels within a set of 5 contiguous pixels
I have a matrix of 22 x 22 cells each containing a number. For a given cell, I need to find the largest difference between any t...

7 years ago | 1 answer | 0

1

answer

Question


Plotting trendlines on plot with 2 y-axes using plotyy
I am using plotyy to plot two data sets on the same plot. The data have very different scales so it is good to use two scales. I...

7 years ago | 1 answer | 0

1

answer

Question


Replacing the numbers in a matrix
I have a matrix of numbers (22 x 22). Some of the numbers in the cells are zero. If the cell contains a zero, I want to replace ...

7 years ago | 2 answers | 0

2

answers

Question


Using colorbar with imagesc
I have imported a 500 x 500 text file and have plotted the data using imagesc. I need all the cells in the text file containing ...

7 years ago | 1 answer | 0

1

answer

Question


Loop through multiple csv files
I have 2550 csv files. I have created a code that calculates a value for one of the files, but i need to loop over all 2550 and ...

8 years ago | 1 answer | 0

1

answer

Question


How to use AND in an if loop to find the first repeated value
I have a list of values and want to go through a csv file to find if any of the numbers in column 3 match any of the values in t...

8 years ago | 2 answers | 0

2

answers

Question


Creating a loop to search for matching values in two matrices
I have two csv files. A is 55473 x 10 and B is 484 x 3. I want to create a loop that goes through column 5 in A, and when the va...

8 years ago | 2 answers | 0

2

answers