Community Profile

photo

Benyamin Nemati


University of Tehran

Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

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

2 years ago | 0

Answered
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)

2 years ago | 9

Question


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

3 years ago | 2 answers | 0

2

answers

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 0 answers | 0

0

answers