Feeds
질문
Bar plot (within a subplot) for unequally spaced X axis points
I have the following code (I am including the plot for subplot (2,2,4)): subplot(2,2,1); subplot(2,2,2); subplot(2,2,3); sub...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
Representing certain range of X axis using a single tick in MATLAB plot
I have the following data: X = [1,2,3,4,5,6,7]; Y = [10,10,10,10,20,30,40]; bar(X,Y) For X axis value until 4, the Y axis v...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
strncmp comparing two segments of the same string
I have the following 2*1 cell array - aa = {'L['string',1]'} {'L['string',2']} I would like to do strncmp using 'L[...
대략 6년 전 | 답변 수: 1 | 0

