Statistik
RANG
176.539
of 295.527
REPUTATION
0
ANTWORTZUSTIMMUNG
53.33%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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?
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
fast 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenHow 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 (...
fast 10 Jahre vor | 0
Frage
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 ...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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];...
fast 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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); ...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 11 Jahre vor | 0 Antworten | 0