photo

Shuqiao Xie


Actif depuis 2019

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

plus de 5 ans il y a | 0

Réponse apportée
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

plus de 5 ans il y a | 0