photo

user20912


自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

13 个提问
1 个回答

排名
12,874
of 299,916

声誉
4

贡献数
13 个提问
1 个回答

回答接受率
69.23%

收到投票数
2

排名
 of 20,840

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,562

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • First Answer

查看徽章

Feeds

排序方式:

提问


Use Latex for all fonts in plot
Hi, I would like to use latex on every font I use on a plot. Is there a better way to do this instead of indicating the interp...

10 months 前 | 1 个回答 | 0

1

个回答

提问


Numerical integration of area
Hi, I know this must be so easy but I'm confused. I have a section such as this: I have both variables depth and distance as...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Indexing matrix with multiplication
Hi, it is the same to apply a mask as an index or multiplying? Say, I've a 2D matrix T. When I need the values that obey some ...

2 years 前 | 2 个回答 | 0

2

个回答

提问


Draw samples using a Non-Gaussian distribution
Hi! Let's say I have a vector X of 100 values. How can I draw a sample from this vector using a Non-Gaussian distribution? Con...

2 years 前 | 4 个回答 | 0

4

个回答

提问


Reshape or convert vectors to use it with pcolor
Hi, I'm using a model which gives the data as vectors: whos -file ~/data.mat Name Size Bytes Class ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Sort coordinates in two directions at the same time
Hi, I'm working with coordinates and I need to sort them increasing in both x- and y-directions a the same time. I was thinki...

2 years 前 | 2 个回答 | 0

2

个回答

提问


Convert x y coordinates and z data to Matrix
I have three vectors >> whos x y VAR1 Name Size Bytes Class Attributes x 21242x1 ...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Convert polygon grid to cartesian grid
Hi, I have a vector with data in the form of vertex values (var2) and a vector indicating which vertices to connect (var1). wh...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Pcolor of a time-series
HI. I have a very long time series which data is: >> whos dt data1 Name Size Bytes Class Attribut...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to use cat properly
Hi I'm confused about the properly way of using cat and the help isn't being so helpful. Let's say that I have a variable var1 ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Interpolation not-equally spacing data
Hi. I'm working with the following data: Name Size Bytes Class X 136x1 54...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Select only some Index in matrix
Hi, I have two variables: whos var1 var2 Name Size var1 331x666x31 va...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Concatenation array with different dimensions
I got a cell with data as: whos dv1 dv1 1x5 and the elements are of different size: dv1 = 1x5 cell array Colu...

4 years 前 | 1 个回答 | 0

1

个回答

已回答
Bug in pcolor?
This is really old but in case anyone looking for a nice solution, just use set(gca,'layer','top','Box','on'); See this answer...

5 years 前 | 2