SuzieChan
Followers: 0 Following: 0
Feeds
提问
Change meshgrid face color
Hi. What code do I need to change meshgrid face color to 'transparent'? Thank you. N = 100; ...
4 years 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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...
5 years 前 | 1 个回答 | 0
1
个回答提问
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: ...
5 years 前 | 1 个回答 | 0
1
个回答提问
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 ...
5 years 前 | 1 个回答 | 0