Feeds
提问
Plot of Probability Density function in MATLAB
I have time series data.I want to see the plot of PDF.For this, in MATLAB,I have to mention the name of the PDF-type like 'norm'...
14 years 前 | 4 个回答 | 1
4
个回答提问
Axis labelling in MATLAB plot
I tried to put the string Pr, m as x-axis label in MATLAB. I used the following statement: xlabel('\textbf{Pr},textbf{\it{m}}...
14 years 前 | 2 个回答 | 0
2
个回答提问
Labelling x and y axis in MATLAB
I want to label my x-axis as xlabel('Nu\it\bf_x\rm\bf ( Gr\it\bf_x\rm\bf^* )^( ^- ^1 ^/ ^6 ^)') with a bar in the head of x and ...
14 years 前 | 1 个回答 | 0
1
个回答提问
PLOT in MATLAB
The x-axis of a particular graph is from 0 to 100 whereas the y axis is from 0 to 3.5. I want to zoom a particular portion of th...
14 years 前 | 1 个回答 | 0
1
个回答提问
x and y axis labels
xlabel('Gr^*\it\bf_x','FontWeight','bold','FontName','Times New Roman','Fontsize',12); ylabel('Nu\it\bf_x','FontWeight','bold',...
15 years 前 | 2 个回答 | 1
2
个回答提问
2D vector plot in MATLAB.
I have x, y, u and v datas. I am trying to do vector plot using quiver command in MATLAB. The plot is coming OK, but as there ar...
15 years 前 | 1 个回答 | 0
