Community Profile

photo

Shuqiao Xie


Active since 2019

Statistics

  • First Answer

View badges

Content Feed

View by

Answered
problems to add yticklabel in log-log figure
set(gca,'XScale','log', 'YScale','log', 'XTick', [0 0.5 1 2 6 12 24],'XTickLabel', ... {'0','0.5','1','2','6','12','24'},'Y...

ongeveer 5 jaar ago | 0

Answered
plotting moving data points
data = randn(10, 3) hold on for ii = 1: length(data) scatter3(data(ii,1),data(ii,2),data(ii,3)) pause(1) end

ongeveer 5 jaar ago | 0