photo

mcl1993


2016 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


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...

7年弱 前 | 0 件の回答 | 0

0

回答

質問


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年以上 前 | 0 件の回答 | 0

0

回答

質問


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...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


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 ...

8年弱 前 | 2 件の回答 | 0

2

回答

質問


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 ...

約8年 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 2 件の回答 | 0

2

回答

質問


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年以上 前 | 2 件の回答 | 0

2

回答