提问


Quiver plot - how to use in this case?
Hi guys, I have my latitude matrix (71x259), longitude matrix (71x259), and the geostrophic current matrices (u, and v componen...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How can I make this simple code a for loop?
Hi, how can I represent this simple codes in a for loop? Also, can you please suggest me when I see a similar pattern in my code...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How can I insert NaN value in a matrix?
Suppose I have this matrix a = [1:6; 7:12; 13:18; 19:24] I want to fill the values for all the even number with NaN. How can I...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How can I increase the size of the color bar values?
Hi guys, can you kindly tell me how can I increase the values of these numbers showed in my color bar?

2 years 前 | 1 个回答 | 0

1

个回答

提问


How to find pythagorean triangle's hypotenuse in a matrix?
Hey guys, I have two 4x4 matrices a and b. I want a third c matrix of 4x4 size where all the values will be c = sqrt(a.^2+b.^2)...

2 years 前 | 3 个回答 | 0

3

个回答

提问


How to create a customized meshgrid?
Hi all, Can anyone kindly tell me how can I create a "71x9866 double" size meshgrid where my x axis will have the range of 34...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Create a matrix using rand function with a value range
Hi all, how can I create a 50x50 matrix using Random (rand) function while the condition is all the values of the matrix will be...

2 years 前 | 1 个回答 | 1

1

个回答