Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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?

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 3 answers | 0

3

answers

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 1

1

answer