高祥 袁
Followers: 0 Following: 0
Feeds
提问
set the quality of GIF
x = 0:0.1:10; y = sin(x); fig = figure; lines = animatedline('Color', 'red'); xlim([0 10]); ylim([-1 1]); frames(100) = ...
3 years 前 | 1 个回答 | 0
1
个回答提问
How to make the color of the filled part transparent
figure ax1 = axes; ax2 = axes; x=linspace(1,10,10); y=sin(x); plot(ax2,x,y,'Marker','o','MarkerSize',10,'MarkerFaceColor','...
3 years 前 | 1 个回答 | 0