Feeds
질문
Contourf line setting number
How can I get only one number on each line and set the font and size of number on the line ?
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to set eact part as the same size in the subplot ?
Just like the figure, I want to set the same size of each part. To control the width and length of subplot.
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
How can I save the subplot figure automatically without clicking the buttion 'save' by mouse.
Here is a subplot including 6 parts. I wanna save it automatically. I can use commands: set(gcf,'PaperUnits','centimeters'); s...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
How can I set the colorbar for a specific series of value ?
Just like the color bar in this figure. When I save this figure, the color bar shows (500 1000 1500 2000). I want the color b...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
The back ground color is too dark, is it possible to make it lighter ?
How can I change the lowest value's color with the commandline instead of clicking 'edit' ?
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
How can I set the colormapeditor by using the command if I know the RGB number for the specific color ?
Not click the edit -> colormapeditor
대략 5년 전 | 답변 수: 0 | 0
0
답변답변 있음
Can 'export Figure' be written in command without clicking figure settings by hands ?
I found it. set(gcf,'unit','centimeters','position',[10 10 25 20]); print(gcf,'-djpeg','-r600',PATH); 25: height,cm 20: widt...
Can 'export Figure' be written in command without clicking figure settings by hands ?
I found it. set(gcf,'unit','centimeters','position',[10 10 25 20]); print(gcf,'-djpeg','-r600',PATH); 25: height,cm 20: widt...
5년 초과 전 | 0
| 수락됨
질문
Can 'export Figure' be written in command without clicking figure settings by hands ?
I'm saving figures by using 'File -> export setup'. Here I can set the figure 'height and width', and then 'dpi'. I have lots o...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can I change 'y axis' into 'Probability', not the 'number' when I use 'hist(variable)' ?
Figure 1 is what I get from hist(variable); Figure 2 is what I want to get; Figure 3 is what I want to to get as well.
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
Figure axis: How can I change '0 1 2 3' into '0.0 1.0 2.0 3.0' while keeping ' x 10^9' on the top of y axis ?
Check this figure:
5년 초과 전 | 답변 수: 1 | 0

