Community Profile

photo

Moj


Last seen: más de 1 año hace Con actividad desde 2013

Followers: 0   Following: 0

Contacto

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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?

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

casi 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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 ...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 9 años hace | 0 respuestas | 0

0

respuestas

Respondida
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 (...

más de 9 años hace | 0

Pregunta


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 ...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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];...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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); ...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 11 años hace | 0 respuestas | 0

0

respuestas