Community Profile

photo

SuzieChan


Last seen: 4 years ago Active since 2019

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


Change meshgrid face color
Hi. What code do I need to change meshgrid face color to 'transparent'? Thank you. N = 100; ...

4 years ago | 1 answer | 0

1

answer

Question


Plot a precipitation grid, Matlab
Hi, I want to plot a precipitation grid across the extent of my DEM. The data I have are for 8 locations and show 2 things: (i)...

4 years ago | 1 answer | 0

1

answer

Question


Excluding NaNs in resize
Hi I want to resize 2 arrays, A and B, to make them the same size. BUT, array B has a lot of NaN value. So, I only want to re...

4 years ago | 1 answer | 0

1

answer

Question


Edit plot of in-built functions
Hi, I am using functions from online addons. Example: chiplot(S,DEM,A); This output produces a graph that I cannot edit. ...

4 years ago | 0 answers | 0

0

answers

Question


Limit y-line in x-axis
Hi! I want to: limit the first y-line on my graph to end at the divide at x = 10200. to make the 2nd y-line start from x=1020...

4 years ago | 2 answers | 0

2

answers

Question


How to rotate graph?
Hi! What code can I use to flip the orange portion of this graph in the vertical plane, 180 degrees? >> figure hold on s...

4 years ago | 1 answer | 0

1

answer

Question


Put more data on x-axis
Hello. My two questions are: Is it possible to put more data on x-axis on my graph? To show yearly increments by small dashes ...

4 years ago | 2 answers | 0

2

answers

Question


Regression for non-parametric data
I have a column of precipitation data. A normality test indicates the data are non-parametric. A histogram plot of the data ...

4 years ago | 1 answer | 0

1

answer

Question


Mann Kendall returns NaN
Hi, I have a column of data. Some of this data has NaN values. When I exeucte the test using the code [H1,p_value1] = Mann_Ke...

4 years ago | 1 answer | 0

1

answer

Question


Convert date to datetime
Hi Is it possible to convert 01/01/1990 to datetime format? What is the code to do this? Thank you. Date = datetime(table...

4 years ago | 1 answer | 0

1

answer

Question


Flip the y-axis values?
Hi, Is it possible to 'flip' or 'reverse' the y-axis values so they show in opposite order? For some reason, Matlab puts 1` at...

4 years ago | 1 answer | 0

1

answer

Question


How to change x-axis values?
Hello everyone, Matlab automatically put the x-axis values into x10 format. This is wrong. How can I make x-axis values to loo...

4 years ago | 1 answer | 0

1

answer

Question


Change graph style and layout
Hi, How can I make my graphs look like this style? What is the code for the font, axis and layout of these graphs in matlab? ...

4 years ago | 1 answer | 0

1

answer

Question


Plot graph of area and distance
Hi, I am working with hydroanalysis on a DTM in Matlab. I want to plot a graph that shows: a) relation between slope and area...

4 years ago | 1 answer | 0

1

answer

Question


Ignore NaN and -9999 values
Hi, I have a table of data. There are 5 columns. 2000 rows. Some data has NaN, 0 and -9999 values. I want to calculate the ...

4 years ago | 2 answers | 0

2

answers

Question


Fixed x-axis
Hello I have a set of data that has 3 variables The first variable is elevation in metres The second variable is precipitati...

4 years ago | 1 answer | 0

1

answer

Question


Write function for car sales
Hello, Can you help me werite a function called car_sale_profit.m 'Profit' if car sales ⩾ 1000 and ≤ 2000 'Loss' if car sale...

4 years ago | 1 answer | 0

1

answer

Question


Extract column from matrix
SuzieChan accidently destroyed her question, by inserting thank you in this part - here is what she asked: I have a matrix A: ...

4 years ago | 1 answer | 0

1

answer

Question


Convert matrix A to S
Hello, I try to convert ths matrix (called A) A = [5 8 3; 1 2 3; 2 4 6] to a matrix called S, using this code S = 1 ...

4 years ago | 1 answer | 0

1

answer