Feeds
提问
stacked figure from text file
I have a text file with 3 column of data A = load(FileName); figure; plot (A(:,1),A(:,2), 'LineWidth',1, 'Color', [0 0.4470...
3 years 前 | 1 个回答 | 0
1
个回答提问
How can I increase x-axis ticks by 5 while the limit is auto?
How can I increase x-axis ticks by 5 while the limit is auto? xticks(0:5:100) this for example will increase it by 5 but I hav...
3 years 前 | 1 个回答 | 0
1
个回答提问
plotting multiple figures with auto naming
I have a folder with multiple txt files that I want to print into separate figures. How can I load, plot, and print each figure ...
3 years 前 | 1 个回答 | 0
