Save a figure as pdf
I have figures and I am using the command below to save it as pdf. Is there any way to save it directly as pdf instead of saving...
8 years 前 | 4 个回答 | 1
4
个回答
提问
3D grouped mat lab bar graph
Hi
I have two grouped bar graphs. The first one is for x=1 and the second one is for x=2. I want to combine both at the same w...
8 years 前 | 0 个回答 | 0
0
个回答
提问
3D grouped bar graph
Hi
I have two grouped bar graphes. The first one is for x=1 and the second one is for x=2. I want to combine both at the same ...
Weighted nonlinear curve fitting
I have the following code that do non-linear curve fiting. However i want to do weighted curve fitting so that it fits well when...
8 years 前 | 0 个回答 | 1
0
个回答
提问
Weighted curve fitting with lsqnonlin
I have the following code that do non-linear curve fiting. However i want to do weighted curve fitting so that it fits well when...
8 years 前 | 1 个回答 | 0
1
个回答
提问
Curve fitting of two equations
Hello,
I have two equations
f=0:0.2:3;
y=teta*exp((a+1)*f);
x=exp((a-1)*f-1)/(a-1)^2;
I have a set of x...