Tracy Campbell
Followers: 0 Following: 0
Feeds
提问
How to make a 3D bar graph for non-continuous data?
Hi, I'm trying to make a 3D bar graph using the function bar3. My x and y axis can be thought of as categorical values - rep...
6 years 前 | 1 个回答 | 0
1
个回答提问
Take the average of netCDF files?
Hello, I'm hoping to find out the avg. annual precipitation for a certain year - for a certain geographic area. I have one file ...
6 years 前 | 0 个回答 | 0
0
个回答提问
Group bar graph, with different group sizes?
Hi all, I'm trying to make a bar graph with groups - but not all groups are the same size. My current code is as follows...
7 years 前 | 1 个回答 | 0
1
个回答提问
Plot average of range of data
Hi, I am hoping for help on the following: I would like to take the average of the last 10 years of my data-for multiple sce...
7 years 前 | 0 个回答 | 0
0
个回答提问
Combining lines in a graph
Hello, I currently am able to make two separate graphs-but am trying to find a way to write the code so that both trials (CC ...
7 years 前 | 0 个回答 | 0
0
个回答提问
Subscripted assignment dimension mismatch
LULCmaster = zeros(180,296,85); for scen=1:1 if scen == 1; scStr = '10_B_10'; end end %} for yr...
7 years 前 | 1 个回答 | 0
1
个回答提问
Error using load Number of columns on line 4 of ASCII file " " must be the same as previous lines.
load('/Users/Kucharikgradcomp/Desktop/AgroIBIS_inputs/LULC_14_CAMPBELL.m') indW = find(data(:,18)==1); dataA...
7 years 前 | 1 个回答 | 0
1
个回答提问
Replace percentage of data in a for loop
Hello, I'm hoping to find out how to replace a defined percentage of data? I'm currently using a for loop with an if stateme...
7 years 前 | 1 个回答 | 0
1
个回答提问
How can I count the occurrences of each element in a matrix in MATLAB?
I'm trying to figure out how to count how often certain numbers appear in a specific column of my matrix (each number is coded f...
7 years 前 | 1 个回答 | 0