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...
約9年 前 | 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...
9年以上 前 | 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...
10年弱 前 | 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...
10年弱 前 | 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...