Feeds
提问
How do I make a legend display empty data points?
I am trying to display all of these datapoints on a scatter plot the only problem is if they do not have data they are not showi...
7 years 前 | 1 个回答 | 0
1
个回答提问
How to fix error index exceeds matrix dimensions. I am very new to matlab and am trying to write a loop for this data set but I keep getting this error. Any help would be appreciated!
for i=1:length(Data); for j=1:3 if Data(i,j)<=0 Data(i,:)=[]; end end end
7 years 前 | 1 个回答 | 0