Feeds
질문
How is possible to calculate error for a fitted graph?
Could you please guide me is there any command to calculate error for a fitted scattered data?
거의 6년 전 | 답변 수: 0 | 0
0
답변질문
nonlinear curve fitting a function on data
Hi, I have some experiment data. Hereby, I need to fit the following function to determine one of the variable. A Levenberg–Mar...
6년 초과 전 | 답변 수: 2 | 0
2
답변질문
simple error on plotting
Dear There, I got an unknown error on plotting so simple function. My function is: function test x = 0:pi/100:2*pi; y...
대략 10년 전 | 답변 수: 2 | 0
2
답변질문
How can I substitute a variable?
Dear community, How can I use *'subs'* here? I defined x array to interpolate y and here I want to substitute x= 2 into y ...
대략 11년 전 | 답변 수: 2 | 0
2
답변질문
Is my approach true to find the area by using 'trapz'?
Dear community, I want to determine s1 and s2 areas which are surrounded by these two plots (please see the figure). First...
대략 11년 전 | 답변 수: 0 | 0
0
답변답변 있음
How can I find roots of my interpolated functions?
yes I modified it as a fun = @(theta_0)(y_1 - y_2); but it still doesn't work I get this error: _Error using fzero (...
How can I find roots of my interpolated functions?
yes I modified it as a fun = @(theta_0)(y_1 - y_2); but it still doesn't work I get this error: _Error using fzero (...
대략 11년 전 | 0
질문
How can I find roots of my interpolated functions?
Dear community, I want to use 'fzero' to find the root of my equation. but unfortunately it doesn't work. it gives me this ...
대략 11년 전 | 답변 수: 1 | 0
1
답변질문
how can I plot an array by array?
I solved an ODE with bvp5c function, but here I do not know how to plot my output data which is in array. for ndx = 0:1e-1...
대략 11년 전 | 답변 수: 0 | 0
0
답변질문
how can I plot an array by array?
Dear community, I want to plot an array by array but I don't know how to do this. x and y are 1 * 300 arrays. for i = 7e...
대략 11년 전 | 답변 수: 2 | 0
2
답변질문
Why can't I plot such an easy graph?
Dear community, Why can't I plot such an easy graph? for i = 1:100 x(1,:) = 1 + 2*i; y(1,:) = 3 + i; end p...
대략 11년 전 | 답변 수: 2 | 0
2
답변질문
how can I determine the areas surrounded by these two plots?
<</matlabcentral/answers/uploaded_files/22331/a.png>> Dear community, I want to determine the area surrounded by these t...
대략 11년 전 | 답변 수: 1 | 0
1
답변질문
How can I interpolate my data?
Dear community, I have two matrices which are: x = [0,3e-5, 7e-5, 2e-4, 6e-4, 0.002, 0.006, 0.01, 0.02, 0.03, 0.05, 0.07];...
대략 11년 전 | 답변 수: 2 | 0
2
답변질문
Why am I get discontinuous plot?
Why am I get discontinuous plot? x = -2*pi:.1:2*pi; y = 2e-6*sin(x).*cos(x)/(10.5e-12*sin(x).^2+13.8e-12*cos(x).^2); ...
대략 11년 전 | 답변 수: 1 | 0
1
답변질문
how can I plot y=log(2,(2-a)) ?
How can I plot y = log(2,(2-a) in matlab: I have written this code but unfortunately I encounter with errors: a = 0:0.2:1...
12년 초과 전 | 답변 수: 2 | 0
2
답변질문
How can I plot this equation?
I want to plot a figure but I don't know how to write "s" string with a loop. Here is my code k1=5.3e-12; k3=7.3e-12; mu...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
solving bvp differential equation
I want to solve bvp differential equation. but after a lot of effort I couldn't . my equation is: (k1*cos(teta)^2+k3*sin(t...
12년 초과 전 | 답변 수: 0 | 0
