photo

mcl1993


自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

9 个提问
0 个回答

排名
223,260
of 300,364

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
55.56%

收到投票数
0

排名
 of 20,934

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,407

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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 years 前 | 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 ...

8 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 ...

9 years 前 | 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 ...

9 years 前 | 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...

9 years 前 | 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...

9 years 前 | 2 个回答 | 0

2

个回答