photo

Benyamin Nemati


University of Tehran

Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

3 个提问
2 个回答

排名
2,934
of 301,433

声誉
20

贡献数
3 个提问
2 个回答

回答接受率
66.67%

收到投票数
9

排名
 of 21,272

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,520

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
Center a subplot in the figure
see the link below, it's smae as yours: https://www.mathworks.com/matlabcentral/answers/281262-subplot-with-odd-number-of-plots...

4 years 前 | 0

已回答
Subplot with odd number of plots
try this figure hold on subplot(3,2,1) subplot(3,2,2) subplot(3,2,3) subplot(3,2,4) subplot(3,2,5.5)

4 years 前 | 9

提问


Reduce Matrix size with interpolated data arrays
Hi, I have a 360*720 precipitation matrix with values in milimeter, and i desire a 180*360 matrix with interpolated data to co...

5 years 前 | 2 个回答 | 0

2

个回答

提问


Obtaining the values within the boundary of my map
Hello everyone, I have some plots that they're from a 180*360*12 matrix with a code like this: for i = 1:12 load coast figur...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Subtraction between two imagesc plots with different resolutions
Hi, I have two similar world plots with different resolution, one of them is for example: imagesc(lambda-180,phi,EWT(:,:,1)), a...

5 years 前 | 0 个回答 | 0

0

个回答